From 377a7746de58814af18c79625fb39fc96c18fff2 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 27 二月 2023 11:14:36 +0800
Subject: [PATCH] 1

---
 data/db_fn.sql                     |    2 +-
 src/main/resources/application.yml |    9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/data/db_fn.sql b/data/db_fn.sql
index 962817e..d790419 100644
--- a/data/db_fn.sql
+++ b/data/db_fn.sql
@@ -483,7 +483,7 @@
 	return rs;
   end;
 $$ language plpgsql;
------------------------------------------------------------------------------------------------------ 09 淇敼琛ㄧ粨鏋�
+----------------------------------------------------------------------------------------------------- c.淇敼琛ㄧ粨鏋�
 -- drop function fn_alter_tab_fields();
 create or replace function fn_alter_tab_fields()
 returns integer as $$
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 31850b9..dfe0b77 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -12,7 +12,7 @@
   # redis
   redis:
     database: 0
-    host: 192.168.20.205
+    host: 127.0.0.1
     port: 6369
     password: rediS_5L#F4_Server
     timeout: 6000  # 杩炴帴瓒呮椂鏃堕暱锛堟绉掞級
@@ -41,7 +41,8 @@
   datasource:
     name: prod
     # JDBC 鍩烘湰閰嶇疆 &currentSchema=public
-    url: jdbc:postgresql://192.168.20.205:5433/langfang?useAffectedRows=true
+    url: jdbc:postgresql://103.85.165.99:5433/langfang?useAffectedRows=true
+    #url: jdbc:postgresql://192.168.20.205:5433/langfang?useAffectedRows=true
     #url: jdbc:postgresql://127.0.0.1:5433/langfang?useAffectedRows=true
     username : postgres
     password: Postgres!_14_Lf
@@ -144,9 +145,9 @@
 # 绯荤粺閰嶇疆
 sys:
   # FME鏈嶅姟鍦板潃
-  fmeUrl: http://192.168.20.205:88/
+  fmeUrl: http://103.85.165.99:8051/
   # 鍑哄浘鏈嶅姟
-  exportServer: http://192.168.20.205/ExportMap
+  exportServer: http://127.0.0.1/ExportMap
   # Gdal椹卞姩鐩綍
   gdal_path: E:\terrait\TianJin\Zip\release-1928-x64-dev\release-1928-x64\bin
   # 鐡︾墖鍦板潃

--
Gitblit v1.9.3