53 lines
1.4 KiB
Plaintext
53 lines
1.4 KiB
Plaintext
appname = jhgateway
|
|
httpport = 12309
|
|
RemoteAddr = 0.0.0.0
|
|
RemotePort = 12309
|
|
runmode = prod
|
|
HTTPAddr = 0.0.0.0
|
|
sessionon = true
|
|
copyrequestbody = true
|
|
|
|
#日志配置
|
|
[logs]
|
|
# 0 ~ 7, 日志级别
|
|
#level =7
|
|
level =7
|
|
#日志保存路径
|
|
filepath= ./logs/jhmerchant.log
|
|
#需要显示的日志信息
|
|
#separate="["emergency", "alert", "critical", "error", "warning", "notice", "info", "debug"]"
|
|
separate="["emergency","alert","critical","error","warning","notice","info","debug"]"
|
|
#日志保存最大天数
|
|
maxdays=10
|
|
|
|
[mysql]
|
|
dbhost = mysql
|
|
dbport = 3306
|
|
dbuser = root
|
|
dbpasswd = 123456
|
|
dbbase = kami
|
|
|
|
[mq]
|
|
host = rabbitmq
|
|
port = 61613
|
|
|
|
[mf]
|
|
; 提交卡密接口
|
|
submit_card_url = http://test.shop.center.mf178.cn/userapi/card/submit_card
|
|
; url = https://shop.task.mf178.cn/userapi/card/submit_card
|
|
query_card_url = http://test.shop.center.mf178.cn/userapi/card/order_info
|
|
|
|
[shop]
|
|
key = BjI@3@N5XeU7kLP5$MppMobz$3ljek7d
|
|
|
|
[appleCard]
|
|
; 提交卡密接口
|
|
submit_card_url = http://kami_backend:12401/api/cardInfo/appleCard/submit
|
|
; url = https://shop.task.mf178.cn/userapi/card/submit_card
|
|
query_card_url = http://kami_backend:12401/api/cardInfo/appleCard/query
|
|
notify_url = http://kami_gateway:12309/appleCard/notify
|
|
|
|
[tMallGame]
|
|
submit_card_url=http://test.shop.center.mf178.cn/recharge/tMallGame/order/submit
|
|
notify_url=http://test.shop.center.mf178.cn/appleCard/notify
|
|
query_card_url=http://test.shop.center.mf178.cn/userapi/card/order_info |