|
@@ -1,5 +1,5 @@
|
|
|
server:
|
|
|
- address: ":7072"
|
|
|
+ address: ":7073"
|
|
|
openapiPath: "/api.json"
|
|
|
swaggerPath: "/swagger"
|
|
|
dumpRouterMap: false # 是否在Server启动时打印所有的路由列表。默认为true
|
|
@@ -18,7 +18,7 @@ logger:
|
|
|
# 数据库信息
|
|
|
database:
|
|
|
default:
|
|
|
- link: "clickhouse:jytop:pwdTopJy123@tcp(192.168.3.207:19000)/data_analysis?dial_timeout=2000ms&max_execution_time=60"
|
|
|
+ link: "clickhouse:jytop:pwdTopJy123@tcp(172.20.45.129:19000)/data_analysis?dial_timeout=2000ms&max_execution_time=60"
|
|
|
debug: true
|
|
|
# 数据库信息
|
|
|
group: "data_analysis"
|
|
@@ -28,9 +28,9 @@ ttlUnit: 1 #超时时间单位 1:月;2:周;3:天
|
|
|
# Redis 配置示例
|
|
|
redis:
|
|
|
default:
|
|
|
- address: 192.168.3.149:1712
|
|
|
+ address: 172.20.45.129:1712
|
|
|
session: # session
|
|
|
- address: 192.168.3.149:1713
|
|
|
+ address: 172.20.45.129:1713
|
|
|
#其他
|
|
|
authcode: "jy_personnel_abc"
|
|
|
#缓存信息
|