Ver Fonte

restore database_url env var

olinox14 há 1 ano atrás
pai
commit
567b4c5e32
1 ficheiros alterados com 4 adições e 0 exclusões
  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 ###