浏览代码

restore database_url env var

olinox14 1 年之前
父节点
当前提交
567b4c5e32
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .env

+ 4 - 0
.env

@@ -3,6 +3,10 @@ APP_ENV=dev
 APP_SECRET=8404413e47480859f70c6a7e1acfa2d5
 ###< symfony/framework-bundle ###
 
+###> doctrine/doctrine-bundle ###
+DATABASE_URL="none"
+###< doctrine/doctrine-bundle ###
+
 ###> nelmio/cors-bundle ###
 CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
 ###< nelmio/cors-bundle ###