Merge pull request 'Remove the quotes from the password' (#7) from adellam/ansible-role-epas:master into master

This commit is contained in:
Andrea Dell'Amico 2020-10-26 17:38:29 +01:00
commit 2967b22d73
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 ####