diff options
Diffstat (limited to 'admin/WebConsole3/backend/.env')
-rw-r--r-- | admin/WebConsole3/backend/.env | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/admin/WebConsole3/backend/.env b/admin/WebConsole3/backend/.env index 6999cb40..d64d38fb 100644 --- a/admin/WebConsole3/backend/.env +++ b/admin/WebConsole3/backend/.env @@ -21,16 +21,10 @@ APP_SECRET=4b59516ed375b73eb4b16b3e400a00bb ###< 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 -# For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db" -# For a PostgreSQL database, use: "postgresql://db_user:db_password@127.0.0.1:5432/db_name?serverVersion=11&charset=utf8" -# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml DATABASE_URL=mysql://u1consola1OG:c1consola1OG@127.0.0.1:3306/ogAdmBD3?serverVersion=5.7 +DATABASE_OG1_URL=mysql://u1consola1OG:c1consola1OG@127.0.0.1:3306/ogAdmBD?serverVersion=5.7 ###< doctrine/doctrine-bundle ### ###> symfony/swiftmailer-bundle ### -# For Gmail as a transport, use: "gmail://username:password@localhost" -# For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode=" -# Delivery is disabled by default via "null://localhost" MAILER_URL=null://localhost ###< symfony/swiftmailer-bundle ### |