79 lines
2.0 KiB
TOML
79 lines
2.0 KiB
TOML
[base]
|
|
login_out_time=43200 #api接口超时时间分
|
|
login_refresh_out_time=83200
|
|
name = "wecom-service"
|
|
listenOn = "0.0.0.0:10800"
|
|
mode = "dev"
|
|
[log]
|
|
path = "logs"
|
|
serviceName = "wecom-service"
|
|
mode = "file"
|
|
encoding = "plain"
|
|
level = "info"
|
|
keepDays = 7
|
|
maxSize = 50
|
|
maxBackups = 5
|
|
compress = false
|
|
|
|
[wecom]
|
|
skip = false
|
|
department_id = 1
|
|
corp_id = "wwb83e24dcf1946e3e"
|
|
icon_url = "https://skin-test-api.ailuowan.com/images/20260509/1778321760824864613.png"
|
|
|
|
review_agent_id = 1000002
|
|
notify_agent_id = 1000003
|
|
|
|
review_secret = "bgLqhoLm_SFnEpxvOYX3RZKNMJbPYE9dc_bIHhntuDw"
|
|
contact_secret = "2wXeMVHIvq_Z9X-7h4xtfwH9JXJuMpnZa9gKOKlmGkg"
|
|
notify_secret = "7oFeb8MFpJG-vWLxce6qj2mqzwZAiSKmR9Qwrnr57vA"
|
|
|
|
# 直接审批人
|
|
product_reviewer_ids = "user962uMB|user69TMqt|user97vhfF"
|
|
store_reviewer_ids = "user962uMB|user69TMqt|user97vhfF"
|
|
address_reviewer_ids = "user962uMB|user69TMqt|user97vhfF"
|
|
|
|
# 一审
|
|
product_notify_first_ids = "user962uMB|user69TMqt|user97vhfF"
|
|
store_notify_first_ids = "user962uMB|user69TMqt|user97vhfF"
|
|
address_notify_first_ids = "user962uMB|user69TMqt|user97vhfF"
|
|
|
|
# 二审
|
|
product_notify_second_ids = "user962uMB|user69TMqt|user97vhfF"
|
|
store_notify_second_ids = "user962uMB|user69TMqt|user97vhfF"
|
|
address_notify_second_ids = "user962uMB|user69TMqt|user97vhfF"
|
|
|
|
# 小程序添加销售
|
|
sales_notify_apply_ids = "user962uMB|user69TMqt|user97vhfF"
|
|
|
|
[mysql]
|
|
host = '39.106.171.204'
|
|
port = 33066
|
|
user = 'root'
|
|
password = 'MOLXRZNOU4Y4'
|
|
database = 'dms-wecom'
|
|
charset = 'utf8mb4'
|
|
prefix = ''
|
|
debug = true
|
|
[mysql_read]
|
|
host = '39.106.171.204'
|
|
port = 33066
|
|
user = 'root'
|
|
password = 'MOLXRZNOU4Y4'
|
|
database = 'dms-wecom'
|
|
charset = 'utf8mb4'
|
|
prefix = ''
|
|
|
|
[redis]
|
|
host = '39.106.171.204'
|
|
password = 'lLMLcuPpzSj'
|
|
port = 6379
|
|
db = 0
|
|
|
|
[encrypt]
|
|
data_key = "u2t9T3luZtoRfhBstkFN6TiIMW38BA8a"
|
|
|
|
[services]
|
|
sale = "sale-service"
|
|
admin = "admin-service"
|