forked from ePAS-ISTI/ansible-role-epas
Remove the quotes from the password
This commit is contained in:
parent
142fcf9ca4
commit
2dc65a8b44
|
@ -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 ####
|
||||
|
|
Loading…
Reference in New Issue