[fix] role:backend:template:conf
This commit is contained in:
parent
f86f4744df
commit
10b4edddb0
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
}
|
||||
],
|
||||
"server": {
|
||||
"address": {{var_zeitbild_backend_address}},
|
||||
"address": "{{var_zeitbild_backend_address}}",
|
||||
"port": {{var_zeitbild_backend_port | string}}
|
||||
},
|
||||
{% if var_zeitbild_backend_database_kind == 'sqlite' %}
|
||||
|
@ -25,7 +25,7 @@
|
|||
"kind": "postgresql",
|
||||
"data": {
|
||||
"host": "{{var_zeitbild_backend_database_data_postgresql_host}}",
|
||||
"port": "{{var_zeitbild_backend_database_data_postgresql_port | string}}",
|
||||
"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}}",
|
||||
"schema": "{{var_zeitbild_backend_database_data_postgresql_schema}}"
|
||||
|
|
Loading…
Add table
Reference in a new issue