diff --git a/os-admin/src/main/resources/application.yml b/os-admin/src/main/resources/application.yml index f2f3c1d..c5cd9b6 100644 --- a/os-admin/src/main/resources/application.yml +++ b/os-admin/src/main/resources/application.yml @@ -22,7 +22,7 @@ server: min-response-size: 1024 enabled: true # 服务器的HTTP端口,默认为8080 - port: 8010 + port: 8020 servlet: # 应用的访问路径 context-path: / @@ -80,13 +80,13 @@ spring: # redis 配置 redis: # 地址 - host: 127.0.0.1 + host: 175.27.215.92 # 端口,默认为6379 port: 6379 # 数据库索引 database: 6 # 密码 - password: 123456 + password: redis@2023 # 连接超时时间 timeout: 30s lettuce: