infrastructure/roles/davina_backend/templates/conf.json.j2

9 lines
147 B
Plaintext
Raw Normal View History

2025-09-16 13:43:50 +02:00
{
"auth": {{ var_davina_backend_auth | to_json }},
"source": {{ var_davina_backend_source | to_json }},
2025-09-16 13:43:50 +02:00
"settings": {
"timezone": "UTC"
}
}