# 测试通用变量
# 发送红包API
SEND_API_URL = "https://ip/test-red-envelope-send"
# 抢红包API
GRAB_API_URL = "https://ip/test-red-envelope-grab"
# influx database 名
INFLUX_DATABASE = "every_topic_red_envelope_record"
# 测试使用的topic
TEST_TOPIC: str = "group_1"