From 2fcbeffa30bc674cffdd0147da271754468073a3 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期六, 02 九月 2023 10:58:06 +0800 Subject: [PATCH] 修改发布服务控制器-1 --- src/main/resources/application.yml | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index a5e509c..87d3695 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -15,7 +15,8 @@ # redis redis: database: 0 - host: 192.168.20.83 + #host: 192.168.20.83 + host: 127.0.0.1 port: 6369 password: rediS_5L#F4_Server timeout: 10000 # 杩炴帴瓒呮椂鏃堕暱锛堟绉掞級 @@ -45,8 +46,8 @@ datasource: name: prod # JDBC 鍩烘湰閰嶇疆 ¤tSchema=public - url: jdbc:postgresql://192.168.20.83:5433/moon?useAffectedRows=true - #url: jdbc:postgresql://127.0.0.1:5433/moon?useAffectedRows=true + #url: jdbc:postgresql://192.168.20.83:5433/moon?useAffectedRows=true + url: jdbc:postgresql://103.85.165.99:25432/moon?useAffectedRows=true username: postgres password: Postgres!_14_moon #password: postgres @@ -130,7 +131,7 @@ # IIS鐨勪富鏈哄湴鍧� iisHost: 127.0.0.1 # FME鏈嶅姟鍦板潃 - fmeUrl: http://192.168.20.205:88/ + fmeUrl: http://127.0.0.1:88/ # 鍑哄浘鏈嶅姟 exportServer: http://127.0.0.1/ExportMap #exportServer: http://192.168.20.83:80/ExportMap -- Gitblit v1.9.3