调整商户注册逻辑
This commit is contained in:
@ -15,7 +15,7 @@ database:
|
||||
level: "all"
|
||||
stdout: true
|
||||
default:
|
||||
link: "mysql:root:MSms0427@tcp(192.168.3.132:3306)/arenax?loc=Local&charset=utf8mb4"
|
||||
link: "mysql:root:MSms0427@tcp(localhost:3306)/arenax?loc=Local&charset=utf8mb4"
|
||||
debug: true
|
||||
|
||||
# Redis configuration.
|
||||
@ -32,4 +32,8 @@ wechat:
|
||||
appId: "wx056fad20f1bd9110"
|
||||
appSecret: "4269b5a2bb0274e805b43efb3fbd232a"
|
||||
ticketExpire: 60
|
||||
token: "arenax"
|
||||
token: "arenax"
|
||||
|
||||
rsa:
|
||||
publickey: "./manifest/config/public.pem"
|
||||
privatekey: "./manifest/config/private.pem"
|
||||
Reference in New Issue
Block a user