Remove the quotes from the password

This commit is contained in:
Andrea Dell'Amico 2020-10-26 17:38:00 +01:00
parent 142fcf9ca4
commit 2dc65a8b44
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ services:
#### Connessione DB ####
- DB_HOST={{ epas_db_host }} # default: indirizzo assegnato al container postgres linkato
- DB_NAME={{ epas_db_name }} # default: epas
- DB_PASS='{{ epas_db_pwd }}' # default: "non necessaria"
- DB_PASS={{ epas_db_pwd }} # default: "non necessaria"
- DB_PORT=5432 # default: 5432
- DB_USER={{ epas_db_user }} # default: postgres
#### server SMTP ####