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.j23
1 files changed, 2 insertions, 1 deletions
diff --git a/mattertimesync/server/templates/config.json.j2 b/mattertimesync/server/templates/config.json.j2
index 0ace585..a9b30c3 100644
--- a/mattertimesync/server/templates/config.json.j2
+++ b/mattertimesync/server/templates/config.json.j2
@@ -1,5 +1,6 @@
{
"storagePath": "{{mattertimesync_storage_path}}",
"timezone": "{{mattertimesync_timezone}}",
- "logLevel": "{{mattertimesync_log_level}}"
+ "logLevel": "{{mattertimesync_log_level}}",
+ "fabricLabel": "{{mattertimesync_fabric_label}}"
}