From 6fa8bb528da42fdf86f99492908619a2ee03d9ca Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 17 十月 2022 09:15:46 +0800 Subject: [PATCH] 1 --- src/main/resources/application.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index cdd9d9c..88659a0 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -12,7 +12,7 @@ # redis redis: database: 0 - host: 127.0.0.1 + host: 192.168.20.39 port: 6379 password: rediS_5L#F4_Server timeout: 6000 # 杩炴帴瓒呮椂鏃堕暱锛堟绉掞級 @@ -33,7 +33,7 @@ datasource: name: prod # JDBC 鍩烘湰閰嶇疆 - url: jdbc:postgresql://127.0.0.1:5432/langfang?useAffectedRows=true + url: jdbc:postgresql://192.168.20.39:5433/langfang?useAffectedRows=true username : postgres password: postgres driver-class-name: org.postgresql.Driver -- Gitblit v1.9.3