|
@@ -1,5 +1,5 @@
|
|
|
port: 9033
|
|
|
-runmode: debug #gin http调试模式 debug release
|
|
|
+runmode: debug #gin http调试模式 debug release
|
|
|
brand:
|
|
|
id: 3
|
|
|
tag: xinyuesite
|
|
@@ -11,7 +11,7 @@ log:
|
|
|
level : 3 # 日志等级:0-error,1-warning,2-info,3-debug
|
|
|
savefile : false # 是否保存为文件,置为false会输出到标准输出
|
|
|
mysql: # web自己新的数据库信息
|
|
|
- addr: rm-2zefd772420bxy12d.mysql.rds.aliyuncs.com:3306
|
|
|
+ addr: rm-2zefd772420bxy12d.mysql.rds.aliyuncs.com:3306
|
|
|
username: userapi
|
|
|
password: userapi@xinyue0923
|
|
|
db: log
|
|
@@ -19,14 +19,14 @@ mysql: # web自己新的数据库信息
|
|
|
maxopen: 10
|
|
|
maxidle: 5
|
|
|
mysqlext: # 运营ext数据库信息
|
|
|
- addr: rm-2zefd772420bxy12d.mysql.rds.aliyuncs.com:3306
|
|
|
- username: userapi
|
|
|
+ addr: rm-2zefd772420bxy12d.mysql.rds.aliyuncs.com:3306
|
|
|
+ username: userapi
|
|
|
password: userapi@xinyue0923
|
|
|
- db: ext
|
|
|
+ db: ext
|
|
|
charset: utf8mb4
|
|
|
maxopen: 10 # 最大连接数
|
|
|
maxidle: 5 # 最大空闲数
|
|
|
-redis: # web本身 redis
|
|
|
+redis: # web本身 redis
|
|
|
addr: r-2zed56d6b1cddcb4.redis.rds.aliyuncs.com:6379
|
|
|
password: weiLeJXreDis2017
|
|
|
db: 19
|
|
@@ -54,7 +54,7 @@ kafka:
|
|
|
minbytes: 1
|
|
|
maxbytes: 10000000
|
|
|
propServer:
|
|
|
- addr: 10.68.0.124
|
|
|
+ addr: 10.40.115.152 # 10.68.0.124 正式
|
|
|
port: 7777
|
|
|
timeout: 60
|
|
|
alilog:
|