refs #734 fix typo in .env and use oggit_url environment variable

ticket-769
Luis Gerardo Romero Garcia 2024-09-16 15:05:47 +02:00
parent 397fffb252
commit 24071465e2
1 changed files with 4 additions and 1 deletions

5
.env
View File

@ -17,7 +17,10 @@
###> symfony/framework-bundle ###
APP_ENV=${APP_ENV:-dev}
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 ###
###> doctrine/doctrine-bundle ###
# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url