diff options
Diffstat (limited to 'module/config')
-rw-r--r-- | module/config/default.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/config/default.conf b/module/config/default.conf index 147cb915a..a8a7668a8 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -15,7 +15,7 @@ webinterface - "Webinterface": bool https : "Use HTTPS" = False ip host : "IP" = 0.0.0.0 int port : "Port" = 8001 - str template : "Template" = default + str theme : "Theme" = default str prefix: "Path Prefix" = log - "Log": bool file_log : "File Log" = True |