2022-07-11 20:03:15 +00:00
|
|
|
|
|
|
|
###> symfony/mailer ###
|
|
|
|
# MAILER_DSN=smtp://localhost
|
|
|
|
MAILER_DSN=smtp://smtp:1025
|
|
|
|
###< symfony/mailer ###
|
|
|
|
|
|
|
|
DATABASE_URL=postgresql://postgres:postgres@db:5432/postgres?serverVersion=12&charset=utf8
|
|
|
|
MAILER_URL=smtp://smtp:1025
|
|
|
|
|
|
|
|
## Pgadmin credential
|
|
|
|
PGADMIN_DEFAULT_EMAIL=admin@chill.social
|
|
|
|
PGADMIN_DEFAULT_PASSWORD=password
|
|
|
|
|
2023-03-08 09:24:13 +00:00
|
|
|
## Phpstorm IDE project path
|
|
|
|
PROJECT_DIR=
|