From 514705c874699fb016ca405961e50dcb15af2648 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期二, 28 十一月 2023 10:28:16 +0800
Subject: [PATCH] 栅格分析返回值添加图层单位字段

---
 src/main/resources/application.yml |   44 ++++++++++++++++++++++++++++----------------
 1 files changed, 28 insertions(+), 16 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index a52ff68..b2e4cc5 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,7 +1,10 @@
 server:
   tomcat:
     uri-encoding: UTF-8
-    max-connections: 1000
+    max-connections: 5000
+    max-http-form-post-size: 50MB
+    threads:
+      max: 2000
   port: 9000
   servlet:
     context-path: /MoonServer
@@ -11,8 +14,9 @@
     name: MoonServer
   # redis
   redis:
-    database: 0
-    host: 192.168.20.83
+    database: 1
+    #host: 192.168.20.83
+    host: 127.0.0.1
     port: 6369
     password: rediS_5L#F4_Server
     timeout: 10000  # 杩炴帴瓒呮椂鏃堕暱锛堟绉掞級
@@ -42,8 +46,11 @@
   datasource:
     name: prod
     # JDBC 鍩烘湰閰嶇疆 &currentSchema=public
+    #url: jdbc:postgresql://127.0.0.1:5433/moon?useAffectedRows=true
     url: jdbc:postgresql://192.168.20.83:5433/moon?useAffectedRows=true
-    username : postgres
+    #url: jdbc:postgresql://103.85.165.99:25432/moon?useAffectedRows=true
+    username: postgres
+    #password: postgres
     password: Postgres!_14_moon
     driver-class-name: org.postgresql.Driver
     platform: POSTGRESQL
@@ -97,11 +104,6 @@
         deny:
 
 # mybatis
-#mybatis:
-#  type-aliases-package: com.moon.server.entity
-#  config-location: classpath:mybatis.xml
-#  mapper-locations: classpath:mapper/**/*.xml
-
 mybatis-plus:
   type-aliases-package: com.moon.server.entity
   config-location: classpath:mybatis.xml
@@ -111,12 +113,21 @@
 logging:
   config: classpath:logback-spring.xml
 
-# RestTemplate config
+# restTemplate config
 remote:
   maxTotalConnect: 0
   maxConnectPerRoute: 1000
-  connectTimeout: 5000
-  readTimeout: 1800000
+  connectTimeout: 30000
+  readTimeout: -1
+
+# http://172.16.2.10:50001
+shujian:
+  ak: ak=mf72ff9295c740ec0f37e61433e8a3ad8d
+  url1: http://219.153.49.10:7511
+  url5: http://219.153.49.10:7511
+  path: share/YQData/upload/
+  domName: 鑷姩鍙戝竷褰卞儚鍥惧眰缁�
+  demName: 鑷姩鍙戝竷楂樼▼鍥惧眰缁�
 
 # 绯荤粺閰嶇疆
 sys:
@@ -125,10 +136,9 @@
   # IIS鐨勪富鏈哄湴鍧�
   iisHost: 127.0.0.1
   # FME鏈嶅姟鍦板潃
-  fmeUrl: http://192.168.20.83:88/
+  fmeUrl: http://127.0.0.1:88/
   # 鍑哄浘鏈嶅姟
-  exportServer: http://127.0.0.1/ExportMap
-  #exportServer: http://192.168.20.83:80/ExportMap
+  exportServer: http://127.0.0.1/MoonExp
   # Gdal椹卞姩鐩綍
   gdal_path: E:\terrait\TianJin\Zip\release-1928-x64-dev\release-1928-x64\bin
   # 鐡︾墖鍦板潃
@@ -140,5 +150,7 @@
     upload: D:\Moon\upload
     # 涓存椂鐩綍
     temp: D:\Moon\temp
+    # 鍧″害鍒嗘瀽
+    slopFile: D:\Moon\dtm\dtm100m_slope_moon2000.tif
   # 涓婁紶闄勪欢琛�
-  attachTabs: 
\ No newline at end of file
+  attachTabs:
\ No newline at end of file

--
Gitblit v1.9.3