Update config.py

This commit is contained in:
HibiKier 2021-05-24 11:02:43 +08:00 committed by GitHub
parent 68e572851b
commit 1abd65e106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,15 +11,14 @@ USE_CONFIG_FILE = False
# API KEY必要 # API KEY必要
LOLICON_KEY: str = "336595836015174952daa2" # lolicon LOLICON_KEY: str = "" # lolicon
RSSHUBAPP: str = "https://docs.rsshub.app/" # rsshub RSSHUBAPP: str = "https://docs.rsshub.app/" # rsshub
# 图灵 # 图灵
TL_KEY: List[str] = ["4474710fabbf4540bfaa569c192bb457", "6f4c0920d2ff4962b5cbd8148aef771b", TL_KEY: List[str] = []
"f5595738894042fb9fad88ecdc4acf41", "c24400595fed48f9a5c5bc3ff03a3267", "efab135b75d84b02a59115f5b571f277"]
# 数据库(必要) # 数据库(必要)
# 如果填写了bind就不需要再填写后面的字段了# # 如果填写了bind就不需要再填写后面的字段了#
bind: str = 'postgresql://hibiki:KEWang130123@hibiki0v0.cn:5432/hibikibot' bind: str = ''
sql_name: str = '' sql_name: str = ''
user: str = '' user: str = ''
password: str = '' password: str = ''
@ -75,7 +74,7 @@ MUTE_LEVEL: int = 5 # 更改禁言设置权限
UPDATE_GOCQ_GROUP: List[int] = [] UPDATE_GOCQ_GROUP: List[int] = []
# 代理 # 代理
system_proxy: str = 'http://127.0.0.1:7890' system_proxy: str = ''
buff_proxy: str = '' buff_proxy: str = ''
# 是否存储色图 # 是否存储色图