diff options
Diffstat (limited to 'mattertimesync/server/templates')
| -rw-r--r-- | mattertimesync/server/templates/config.json.j2 | 3 |
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}}" } |
