New generation init

This commit is contained in:
Richard Chien
2018-06-15 06:58:24 +08:00
parent 6ce021926e
commit a3844eda69
61 changed files with 266 additions and 4063 deletions

9
none/default_config.py Normal file
View File

@ -0,0 +1,9 @@
API_ROOT = ''
SECRET = ''
HOST = '127.0.0.1'
PORT = 8080
DEBUG = True
SUPERUSERS = set()
COMMAND_START = {'/', '!', '', ''}
COMMAND_SEP = {'/', '.'}