[fix] role:backend:template:conf

This commit is contained in:
Fenris Wolf 2024-10-25 13:09:27 +02:00
parent 8177381839
commit f86f4744df

View file

@ -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}}"
}
},