fix(morelevel): perte de la conf redis
Cadoles/nineskeletor/pipeline/head This commit looks good
Details
Cadoles/nineskeletor/pipeline/head This commit looks good
Details
This commit is contained in:
parent
d1431bcce4
commit
ea31b7255d
5
.env
5
.env
|
@ -8,7 +8,10 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
|
||||||
# Database
|
# Database
|
||||||
DATABASE_URL="postgresql://symfony:ChangeMe@127.0.0.1:5432/app?serverVersion=13&charset=utf8"
|
DATABASE_URL="postgresql://symfony:ChangeMe@127.0.0.1:5432/app?serverVersion=13&charset=utf8"
|
||||||
|
|
||||||
# Redis Sessionphp bin/console make:entity --regenerate
|
# Redis Session
|
||||||
|
REDIS_HOST=127.0.0.1
|
||||||
|
REDIS_PORT=6379
|
||||||
|
|
||||||
# Mailer
|
# Mailer
|
||||||
MAILER_METHOD=smtp
|
MAILER_METHOD=smtp
|
||||||
MAILER_DSN=smtp://127.0.0.1:1025
|
MAILER_DSN=smtp://127.0.0.1:1025
|
||||||
|
|
Loading…
Reference in New Issue