diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-07-19 02:38:53 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-07-19 02:38:53 +0200 |
commit | 8446e16346ece5a934550f69e81d0cad528f7fba (patch) | |
tree | a67e2564a6facbe9e307f619e5f98289009e6941 /module/config/default.conf | |
parent | Rename pyLoadCore as pyload and pyLoadCli as pyload-cli (diff) | |
download | pyload-8446e16346ece5a934550f69e81d0cad528f7fba.tar.xz |
New web structure + related code improvements and fixes + added flat and dark themes + updated js
Diffstat (limited to 'module/config/default.conf')
-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 af517f438..3ccfac41c 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 |