mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-11-09 19:36:44 +00:00
New generation init
This commit is contained in:
9
none/default_config.py
Normal file
9
none/default_config.py
Normal file
@@ -0,0 +1,9 @@
|
||||
API_ROOT = ''
|
||||
SECRET = ''
|
||||
HOST = '127.0.0.1'
|
||||
PORT = 8080
|
||||
DEBUG = True
|
||||
|
||||
SUPERUSERS = set()
|
||||
COMMAND_START = {'/', '!', '/', '!'}
|
||||
COMMAND_SEP = {'/', '.'}
|
||||
Reference in New Issue
Block a user