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

8 lines
100 B
Plaintext
Raw Normal View History

2025-09-16 13:43:50 +02:00
{
2025-09-25 23:51:26 +02:00
"realms": {{var_davina_backend_conf_realms | to_json}},
2025-09-16 13:43:50 +02:00
"settings": {
"timezone": "UTC"
}
}