import config-manager controller

This commit is contained in:
2019-11-29 16:38:33 +01:00
parent 332dc61fd4
commit 847fbfc1e1
19 changed files with 746 additions and 67 deletions

View File

@ -1,3 +1,5 @@
HTTP_PORT = 8080
MESSAGE_ROOT_PATH = 'messages'
DEBUG = False
ROOT_CACHE_DIR = 'cache'
DEBUG = True
DATABASE_DIR = 'database'