summaryrefslogtreecommitdiff
path: root/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'run.py')
-rwxr-xr-xrun.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/run.py b/run.py
index bfd9975..0ac5101 100755
--- a/run.py
+++ b/run.py
@@ -38,7 +38,8 @@ def get_config(path: str = None) -> ConfigParser:
"port": "8001",
"cookiename": "token",
"adminsecret": "changeme",
- "debug": "false"
+ "gen_token_len": 22,
+ "debug": "false",
}
if path is not None:
config.read(path)