Remove the quotes from the password #7

Merged
adellam merged 1 commits from :master into master 2020-10-26 17:38:30 +01:00
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 ####