From 63a8552f4acec4aca22fe21a7fe46a874c7acd87 Mon Sep 17 00:00:00 2001 From: yinq Date: Mon, 26 Aug 2024 09:59:49 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- os-admin/src/main/resources/application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: