Browse Source

添加sit配置

niantuo 5 years ago
parent
commit
e7ad0354bf

+ 1 - 1
eureka-web/src/main/resources/application-prod.yml

@@ -2,7 +2,7 @@ spring:
   datasource:
     password: envir
     username: envir
-    url: jdbc:mysql://172.18.167.76:3307/sys_config?useUnicode=true&characterEncoding=utf-8&useSSL=false&zeroDateTimeBehavior=convertToNull
+    url: jdbc:mysql://47.107.123.88:3307/sys_config?useUnicode=true&characterEncoding=utf-8&useSSL=false&zeroDateTimeBehavior=convertToNull
 
   session:
     store-type: redis

+ 36 - 0
eureka-web/src/main/resources/application-sit.yml

@@ -0,0 +1,36 @@
+spring:
+  datasource:
+    password: envir
+    username: envir
+    url: jdbc:mysql://172.18.167.76:3308/sys_config?useUnicode=true&characterEncoding=utf-8&useSSL=false&zeroDateTimeBehavior=convertToNull
+
+  session:
+    store-type: redis
+    redis:
+      host: 172.18.167.76
+      port: 11010
+      database: 0
+      password: envir20190511
+
+  rabbitmq:
+    username: envir
+    password: envir
+    host: 172.18.167.76
+    port: 5672
+
+auth:
+  client:
+    key: 5ae40c929c9148e9a6570ecb1666e2f8
+    secret: 1640587797a74b35a1a95adac554ac6f
+
+
+security:
+  cros: true
+  shiro: false
+  scan: false
+  redis:
+    database: 1 # redis数据库索引
+    hostName: 172.18.167.76
+    port: 11010
+    password: envir20190511
+    timeout: 5000 # 连接超时时间(毫秒)

+ 1 - 1
eureka-web/src/main/resources/application.yml

@@ -9,7 +9,7 @@ spring:
       idle-timeout: 60000
       pool-name: DatebookHikariCP
       max-lifetime: 1800000
-      connection-timeout: 30000
+      connection-timeout: 60000
       connection-test-query: select 1
   boot:
     admin:

+ 1 - 1
eureka-web/src/main/resources/bootstrap.yml

@@ -6,7 +6,7 @@ spring:
   application:
     name: config
   profiles:
-    active: dev
+    active: prod
   cloud:
     refresh:
       refreshable: none   # 解决循环依赖的问题