42 lines
775 B
TOML
42 lines
775 B
TOML
[mysql]
|
|
[mysql.read]
|
|
addr = "127.0.0.1:3306"
|
|
user = "root"
|
|
pass = "123456"
|
|
name = "bindbox_game"
|
|
[mysql.write]
|
|
addr = "127.0.0.1:3306"
|
|
user = "root"
|
|
pass = "123456"
|
|
name = "bindbox_game"
|
|
|
|
[redis]
|
|
addr = "127.0.0.1:6379"
|
|
pass = ""
|
|
db = 0
|
|
|
|
[jwt]
|
|
admin_secret = "m9ycX9RTPyuYTWw9FrCc"
|
|
patient_secret = "AppUserJwtSecret2025"
|
|
|
|
[random]
|
|
|
|
commit_master_key = "a1b2c3d4e5f6789012345678901234567890abcdef1234567890abcdef123456"
|
|
|
|
[wechat]
|
|
app_id = ""
|
|
app_secret = ""
|
|
lottery_result_template_id = ""
|
|
|
|
[wechatpay]
|
|
mchid = ""
|
|
serial_no = ""
|
|
private_key_path = ""
|
|
api_v3_key = ""
|
|
notify_url = "http://localhost:9991/api/pay/wechat/notify"
|
|
|
|
[aliyun_sms]
|
|
access_key_id = ""
|
|
access_key_secret = ""
|
|
sign_name = ""
|
|
template_code = "" |