mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-25 01:25:04 +08:00
11 lines
164 B
Python
11 lines
164 B
Python
from none.default_config import *
|
|
|
|
HOST = '0.0.0.0'
|
|
PORT = 8080
|
|
|
|
SUPERUSERS = {12345678}
|
|
COMMAND_START.add('')
|
|
NICKNAME = {'小明', '明明'}
|
|
|
|
TULING_API_KEY = ''
|