From 0e4aa52a6de100ab96408178927cfb22f7328e34 Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期六, 15 七月 2023 22:20:19 +0800
Subject: [PATCH] 提交武汉黄陂军粮配置信息

---
 igds-web/src/main/resources/application-pro5327.yml        |   80 ++++++++++++++++++++++++++++++++++++++++
 igds-web/src/main/resources/static/img/logo-5327.png       |    0 
 igds-web/src/main/resources/application-linux.yml          |   24 +++++------
 igds-web/src/main/resources/static/img/aerial-5327_001.png |    0 
 4 files changed, 91 insertions(+), 13 deletions(-)

diff --git a/igds-web/src/main/resources/application-linux.yml b/igds-web/src/main/resources/application-linux.yml
index dc62384..6ef340f 100644
--- a/igds-web/src/main/resources/application-linux.yml
+++ b/igds-web/src/main/resources/application-linux.yml
@@ -1,6 +1,6 @@
-##########################  涓伯鍚夋灄鏂拌壇搴�   ##########################
+##########################  姝︽眽榛勯檪鍐涚伯   ##########################
 server:
-  port: 80
+  port: 8888
   context-path: /
   connection-timeout: 5000
   tomcat:
@@ -12,12 +12,12 @@
     db-base:
       name: db-base
       type: com.alibaba.druid.pool.DruidDataSource
-      url: jdbc:mysql://127.0.0.1:23306/igds_master?useUnicode=true&characterEncoding=utf-8
+      url: jdbc:mysql://127.0.0.1:3306/igds_master?useUnicode=true&characterEncoding=utf-8
       driver-class-name: com.mysql.jdbc.Driver
-      username: fzzy
-      password: Zzlky&fzzy2022
+      username: root
+      password: ukJp12Qf+elyBvGHkJ5MQMa95pfVm0oFBHefdEgDFKoFSjbgYa9PYfv5vlem5nvoXjQsP9tIIo53DvSbsl160Q==
       public-key:
-      config-decrypt: false
+      config-decrypt: true
       initial-size:  5
       min-idle:  5
       max-active:  50
@@ -48,7 +48,7 @@
 
   # Redis鐩稿叧閰嶇疆
   redis:
-    database: 0
+    database: 2
     host: 127.0.0.1
     port: 6379
     password:
@@ -64,19 +64,17 @@
   subject: ld_license
   publicAlias: publicCert
   storePass: PUBLICFZZYXXJSGFYXGS888888
-  licensePath: /usr/igds/license/license.lic
-  publicKeysStorePath: /usr/igds/license/publicCerts.keystore
+  licensePath: /usr/local/igds/license/license.lic
+  publicKeysStorePath: /usr/local/igds/license/publicCerts.keystore
 
 ##########################  IGDS   ##########################
 ## 绯荤粺鎺ュ彛璺敱閰嶇疆 娉ㄦ剰鏁板瓧濡傛灉浠�0寮�澶寸殑璇濓紝鍚庡彴浼氬嚭鐜拌浆涔夛紝璇锋坊鍔�""
 igds:
   default:
-    companyId: 5305
+    companyId: 5327
     sys-name: 鏅烘収绮簱绠$悊绯荤粺
     logo: logo-default.png
     logo-title: logo-title-default.png
     support: 鏅烘収绮簱浜戠鐞嗗钩鍙�
     grian-add-point: N
-  file-path: /usr/igds/file/
-  ## 鎺ㄩ�佸井淇″钩鍙扮殑鍦板潃
-  warn-path: http://124.71.162.207:8299/igds-wx/gateway
\ No newline at end of file
+  file-path: /usr/local/igds/file/
\ No newline at end of file
diff --git a/igds-web/src/main/resources/application-pro5327.yml b/igds-web/src/main/resources/application-pro5327.yml
new file mode 100644
index 0000000..6ef340f
--- /dev/null
+++ b/igds-web/src/main/resources/application-pro5327.yml
@@ -0,0 +1,80 @@
+##########################  姝︽眽榛勯檪鍐涚伯   ##########################
+server:
+  port: 8888
+  context-path: /
+  connection-timeout: 5000
+  tomcat:
+    uri-encoding: UTF-8
+
+##########################  datasourcec   ##########################
+spring:
+  datasource:
+    db-base:
+      name: db-base
+      type: com.alibaba.druid.pool.DruidDataSource
+      url: jdbc:mysql://127.0.0.1:3306/igds_master?useUnicode=true&characterEncoding=utf-8
+      driver-class-name: com.mysql.jdbc.Driver
+      username: root
+      password: ukJp12Qf+elyBvGHkJ5MQMa95pfVm0oFBHefdEgDFKoFSjbgYa9PYfv5vlem5nvoXjQsP9tIIo53DvSbsl160Q==
+      public-key:
+      config-decrypt: true
+      initial-size:  5
+      min-idle:  5
+      max-active:  50
+      max-wait: 60000
+      time-between-eviction-runs-millis: 60000
+      min-evictable-idle-time-millis: 300000
+      validation-query: select 1 from dual
+      test-whileIdle: true
+      test-on-borrow: false
+      test-on-return: false
+      pool-prepared-statements: true
+      max-pool-prepared-statement-per-connection-size: 20
+      filters: stat
+      connection-properties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000
+      use-global-data-source-stat: true
+      removeAbandoned: true
+      removeAbandonedTimeout: 90
+      logAbandoned: true
+      poolPreparedStatements: true
+      maxPoolPreparedStatementPerConnectionSize: 20
+    db-sqlite:
+      name: db-sqlite
+      url: jdbc:sqlite:D:/app/igds/db/iot_cfg.db
+      driver-class-name: org.sqlite.JDBC
+      type: com.alibaba.druid.pool.DruidDataSource
+      username:
+      password:
+
+  # Redis鐩稿叧閰嶇疆
+  redis:
+    database: 2
+    host: 127.0.0.1
+    port: 6379
+    password:
+    # 杩炴帴姹犳渶澶ц繛鎺ユ暟锛堜娇鐢ㄨ礋鍊艰〃绀烘病鏈夐檺鍒讹級
+    pool:
+      max-active: 200
+      max-wait: -1
+      max-idle: 10
+      min-idle: 0
+      timeout: 6000
+
+license:
+  subject: ld_license
+  publicAlias: publicCert
+  storePass: PUBLICFZZYXXJSGFYXGS888888
+  licensePath: /usr/local/igds/license/license.lic
+  publicKeysStorePath: /usr/local/igds/license/publicCerts.keystore
+
+##########################  IGDS   ##########################
+## 绯荤粺鎺ュ彛璺敱閰嶇疆 娉ㄦ剰鏁板瓧濡傛灉浠�0寮�澶寸殑璇濓紝鍚庡彴浼氬嚭鐜拌浆涔夛紝璇锋坊鍔�""
+igds:
+  default:
+    companyId: 5327
+    sys-name: 鏅烘収绮簱绠$悊绯荤粺
+    logo: logo-default.png
+    logo-title: logo-title-default.png
+    support: 鏅烘収绮簱浜戠鐞嗗钩鍙�
+    grian-add-point: N
+  file-path: /usr/local/igds/file/
\ No newline at end of file
diff --git a/igds-web/src/main/resources/static/img/aerial-5327_001.png b/igds-web/src/main/resources/static/img/aerial-5327_001.png
new file mode 100644
index 0000000..3e16ba1
--- /dev/null
+++ b/igds-web/src/main/resources/static/img/aerial-5327_001.png
Binary files differ
diff --git a/igds-web/src/main/resources/static/img/logo-5327.png b/igds-web/src/main/resources/static/img/logo-5327.png
new file mode 100644
index 0000000..df721c2
--- /dev/null
+++ b/igds-web/src/main/resources/static/img/logo-5327.png
Binary files differ

--
Gitblit v1.9.3