69 lines
1.4 KiB
Plaintext
69 lines
1.4 KiB
Plaintext
[server]
|
|
address = "0.0.0.0:9246"
|
|
#0:PAINC 1:FATAL 2:ERROR 3:WARNING 4:INFO 5:DEBUG 6:TRACE
|
|
log_level = 6
|
|
#log_level = 6
|
|
app_id =
|
|
app_name = "TWIN"
|
|
app_logo = "http://cdn.batiao8.com/flaunt/logo/108.png"
|
|
app_domain = ""
|
|
ingore_event = "/api/user/event"
|
|
|
|
[mysql]
|
|
host = ""
|
|
port = 3307
|
|
user = ""
|
|
pass = ""
|
|
db = ""
|
|
threshold = 10000
|
|
|
|
[elastic]
|
|
address = "http://10.0.2.133:9200"
|
|
username = "elastic"
|
|
password = "o2NJzeAODwpfAgLJ5SFY"
|
|
|
|
[redis]
|
|
address="127.0.0.1:6379"
|
|
|
|
[unify]
|
|
address = "http://127.0.0.1:9281"
|
|
phone_sender = "aliyun-verify-sms"
|
|
phone_pass = ""
|
|
message_sender = "flaunt"
|
|
admin_token = "c39e1c6e-38f7-422c-a7d1-9e05bf65596f"
|
|
api_token = ""
|
|
|
|
[weixin]
|
|
open_appid = "wxa8582ea488f32dd6"
|
|
open_secret = "1ffe328b430c195087a6a8af2af54ac0"
|
|
mp_appid = ""
|
|
mp_secret = ""
|
|
oa_appid = ""
|
|
oa_secret = ""
|
|
oa_token = ""
|
|
oa_aes_key = ""
|
|
qy_corpid = ""
|
|
qy_secret = ""
|
|
qy_kf_id = ""
|
|
|
|
|
|
[metric]
|
|
address = "http://10.0.2.157:8086"
|
|
username = "batiao"
|
|
password = "Batiao12B"
|
|
|
|
[push]
|
|
app_id = "mJOMnMC4Gr8sk43YsFpNZ"
|
|
app_key = "Cqs4stKHYR8QCMIT2ECxM1"
|
|
master_secret = "80ixavzltw6IhRV0Ig01i8"
|
|
xiaomi_channel_id = ""
|
|
|
|
[storage]
|
|
qiniu_domain = "https://cdn2.batiao8.com"
|
|
qiniu_bucket = "batiao-cdn2"
|
|
qiniu_access_key = "PXLslf3oy6daTpT7byNHE2b5-Y_BlZLpewfNVB4y"
|
|
qiniu_secret_key = "C2fUI3qdrQIPkwx2yB4h1Etjbb0LQ15P4aHwShWa"
|
|
minio_domain = "https://m.batiao8.com"
|
|
minio_bucket = "member"
|
|
minio_access_key = "minio"
|
|
minio_secret_key = "Minio@Bat123" |