diff options
Diffstat (limited to 'mattertimectl/controller/templates/config.json.j2')
| -rw-r--r-- | mattertimectl/controller/templates/config.json.j2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mattertimectl/controller/templates/config.json.j2 b/mattertimectl/controller/templates/config.json.j2 new file mode 100644 index 0000000..34f319c --- /dev/null +++ b/mattertimectl/controller/templates/config.json.j2 @@ -0,0 +1,6 @@ +{ + "storagePath": "{{mattertimectl_storage_path}}", + "timezone": "{{mattertimectl_timezone}}", + "logLevel": "{{mattertimectl_log_level}}", + "fabricLabel": "{{mattertimectl_fabric_label}}" +} |
