diff options
author | devega <miguel.vega@sic.uhu.es> | 2020-03-24 12:36:46 +0100 |
---|---|---|
committer | devega <miguel.vega@sic.uhu.es> | 2020-03-24 12:36:46 +0100 |
commit | 7a51e7aeffd72798fcd8cfaa1f27535b5e959b07 (patch) | |
tree | dd19baeca029deaaa6b356bb4884bf9d93728250 /admin/WebConsole3/backend/.env | |
parent | aafce73629d6b5f5d0a055e109d6112a4bccbb14 (diff) |
Updated Symfony 3.x to 4.xwebconsole3
- Reorganizado los Repositorios de Symfony
- Registrado los commandos como Servicio
- Actualizado la configuraiĆ³n de Doctrine
- Modificado el fichero update e installer.
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 ### |