src.nth.io/

summaryrefslogtreecommitdiff
path: root/mattertimesync/server/templates/config.json.j2
diff options
context:
space:
mode:
Diffstat (limited to 'mattertimesync/server/templates/config.json.j2')
-rw-r--r--mattertimesync/server/templates/config.json.j25
1 files changed, 5 insertions, 0 deletions
diff --git a/mattertimesync/server/templates/config.json.j2 b/mattertimesync/server/templates/config.json.j2
new file mode 100644
index 0000000..0ace585
--- /dev/null
+++ b/mattertimesync/server/templates/config.json.j2
@@ -0,0 +1,5 @@
+{
+ "storagePath": "{{mattertimesync_storage_path}}",
+ "timezone": "{{mattertimesync_timezone}}",
+ "logLevel": "{{mattertimesync_log_level}}"
+}