Browse Source

Update osms-server-dev.yml

Administrator 5 years ago
parent
commit
637f70e464
1 changed files with 38 additions and 38 deletions
  1. 38 38
      config-repo/osms-server-dev.yml

+ 38 - 38
config-repo/osms-server-dev.yml

@@ -1,39 +1,39 @@
-#app
-server:
-    port: 8002
-
-socket:
-  io:
-    host:  0.0.0.0
-    port:  9095
-    platform: /osms
-#dev环境公共配置文件
-spring:
-    # mysql DATABASE CONFIG
-  datasource:
-      url: jdbc:mysql://192.168.1.201:3306/callcenterdb2.0?useUnicode=true&characterEncoding=utf-8
-      username: root
-      password: admin01
-      max-idle: 10
-      max-wait: 10000
-      min-idle: 5
-      initial-size: 5
-      validation-query: SELECT 1
-      test-on-borrow: false
-      test-while-idle: true
-      time-between-eviction-runs-millis: 18800
-      jdbc-interceptors: ConnectionState;SlowQueryReport(threshold=0)
-
-mybatis:
-  mapperLocations: classpath*:mapper/**/*Dao.xml
-  executor-type: REUSE
-  configuration:
-      log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
-
-#日志等级 和 日志中心地址
-logging:
-  level.root: INFO
-
-saa:
-  power: false
+#app
+server:
+    port: 8002
+
+socket:
+  io:
+    host:  0.0.0.0
+    port:  9095
+    platform: /osms
+#dev环境公共配置文件
+spring:
+    # mysql DATABASE CONFIG
+  datasource:
+      url: jdbc:mysql://192.168.1.201:3306/callcenterdb2.0?useUnicode=true&characterEncoding=utf-8
+      username: root
+      password: Cs123456
+      max-idle: 10
+      max-wait: 10000
+      min-idle: 5
+      initial-size: 5
+      validation-query: SELECT 1
+      test-on-borrow: false
+      test-while-idle: true
+      time-between-eviction-runs-millis: 18800
+      jdbc-interceptors: ConnectionState;SlowQueryReport(threshold=0)
+
+mybatis:
+  mapperLocations: classpath*:mapper/**/*Dao.xml
+  executor-type: REUSE
+  configuration:
+      log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+
+#日志等级 和 日志中心地址
+logging:
+  level.root: INFO
+
+saa:
+  power: false
   basePackage: ins/**/po