diff --git a/ops-server/src/main/resources/application-local.yaml b/ops-server/src/main/resources/application-local.yaml index f793db18..4750a0b0 100644 --- a/ops-server/src/main/resources/application-local.yaml +++ b/ops-server/src/main/resources/application-local.yaml @@ -70,10 +70,10 @@ spring: # Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优 data: redis: - host: 127.0.0.1 # 地址 - port: 16379 # 端口 -# host: 192.168.1.120 # 地址 -# port: 6379 # 端口 +# host: 127.0.0.1 # 地址 +# port: 16379 # 端口 + host: 192.168.1.120 # 地址 + port: 6379 # 端口 database: 0 # 数据库索引 # password: dev # 密码,建议生产环境开启 @@ -174,4 +174,5 @@ tartet: remotePort: 22 username: roots password: hnidc0327cn!@#xhh - remoteDir: /home/ops/ops-pro/file/ \ No newline at end of file + remoteDir: /home/ops/ops-pro/file/ +