This commit is contained in:
wuaho 2021-08-14 00:28:12 +08:00
parent eea4f33f3c
commit eb52ac9ebe

View File

@ -5,7 +5,7 @@ class Config:
# ck数据库连接 # ck数据库连接
CK_CONFIG = {'host': '139.159.159.3', CK_CONFIG = {'host': '139.159.159.3',
'port': 9654, 'port': 9654,
'send_receive_timeout': 30} }
# 每个游戏不一样 游戏上报 kafka 主题 # 每个游戏不一样 游戏上报 kafka 主题
SUBSCRIBE_TOPIC = 'test2' SUBSCRIBE_TOPIC = 'test2'