refs #734 fix typo in .env and use oggit_url environment variable
parent
397fffb252
commit
24071465e2
5
.env
5
.env
|
@ -17,7 +17,10 @@
|
||||||
###> symfony/framework-bundle ###
|
###> symfony/framework-bundle ###
|
||||||
APP_ENV=${APP_ENV:-dev}
|
APP_ENV=${APP_ENV:-dev}
|
||||||
APP_SECRET=31180fc3aa11818328106d014be0108c
|
APP_SECRET=31180fc3aa11818328106d014be0108c
|
||||||
OGGIT_URL=${OGGIT_URL}
|
#OGGIT_URL=${OGGIT_URL}
|
||||||
|
#OGGIT_URL=env(OGGIT_URL)
|
||||||
|
OGGIT_URL=(echo $OGGIT_URL)
|
||||||
|
#OGGIT_URL=http://127.0.0.1:5000
|
||||||
###< symfony/framework-bundle ###
|
###< symfony/framework-bundle ###
|
||||||
###> doctrine/doctrine-bundle ###
|
###> doctrine/doctrine-bundle ###
|
||||||
# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
|
# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
|
||||||
|
|
Loading…
Reference in New Issue