40 lines
760 B
Plaintext
40 lines
760 B
Plaintext
appname = jhmerchant
|
|
httpport = 12307
|
|
#runmode = pro
|
|
runmode = dev
|
|
HTTPAddr =localhost
|
|
|
|
shopHost = 127.0.0.1:8080
|
|
remoteHost = 127.0.0.1:8080
|
|
|
|
#日志配置
|
|
[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 = localhost
|
|
dbport = 3306
|
|
dbuser = root
|
|
dbpasswd = 123456
|
|
dbbase = juhe_pay
|
|
|
|
[redis]
|
|
host = localhost
|
|
port = 6379
|
|
password = 123
|
|
|
|
[payLink]
|
|
url = http://localhost:12305/
|
|
|
|
[secret]
|
|
key = thisis32bitlongpassphraseimusing
|
|
iv = 1234567890123456 |