测试环境配置文件修改

This commit is contained in:
jhc 2022-09-22 14:33:10 +08:00
parent 9721c09edc
commit bf18a6982c
2 changed files with 12 additions and 6 deletions

View File

@ -3,12 +3,18 @@ mode = dev #正式prod #测试dev
[mysql] [mysql]
Db = mysql Db = mysql
DbHost = 172.16.100.22 DbHost = 127.0.0.1
DbPort = 9005 DbPort = 3306
DbUser = fonchain DbUser = root
DbPassWord = C250PflXIWv2SQm DbPassWord = 123456
DbName = art_show DbName = art_show
[redis]
RedisDB =
RedisAddr = 127.0.0.1:6379
RedisPW =
RedisDBNAme =
[zap_log] [zap_log]
level: "info" level: "info"
filename: "./runtime/log/artwork_server.log" filename: "./runtime/log/artwork_server.log"

View File

@ -3,11 +3,11 @@ dubbo:
demoZK: demoZK:
protocol: zookeeper protocol: zookeeper
timeout: 3s timeout: 3s
address: 172.16.100.22:2181 address: 127.0.0.1:2181
protocols: protocols:
triple: #triple triple: #triple
name: tri name: tri
port: 20010 port: 20000
provider: provider:
services: services:
ArtShowProvider: ArtShowProvider: