[fix] role:backend:template:conf
This commit is contained in:
parent
8177381839
commit
f86f4744df
1 changed files with 2 additions and 2 deletions
|
@ -24,10 +24,10 @@
|
|||
"database": {
|
||||
"kind": "postgresql",
|
||||
"data": {
|
||||
"host": "{{var_zeitbild_backend_database_data_postgresql_host}}"
|
||||
"host": "{{var_zeitbild_backend_database_data_postgresql_host}}",
|
||||
"port": "{{var_zeitbild_backend_database_data_postgresql_port | string}}",
|
||||
"username": "{{var_zeitbild_backend_database_data_postgresql_username}}",
|
||||
"password": "{{var_zeitbild_backend_database_data_postgresql_password}}"
|
||||
"password": "{{var_zeitbild_backend_database_data_postgresql_password}}",
|
||||
"schema": "{{var_zeitbild_backend_database_data_postgresql_schema}}"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue