Commit bc2fa39c authored by hanbing's avatar hanbing

更新工程生产环境

parent fb2aa018
...@@ -18,28 +18,29 @@ threadPool: ...@@ -18,28 +18,29 @@ threadPool:
keepAliveTime: 60000 keepAliveTime: 60000
spring: spring:
dynamic: datasource:
primary: master dynamic:
datasource: primary: master
master: datasource:
type: com.alibaba.druid.pool.DruidDataSource master:
url: jdbc:mysql://10.100.4.14:3306/t_signal_control?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&sessionVariables=sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'&useSSL=false&useCursorFetch=true type: com.alibaba.druid.pool.DruidDataSource
# url: jdbc:mysql://10.102.1.112:53306/t_signal_control?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&sessionVariables=sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'&useSSL=false&useCursorFetch=true url: jdbc:mysql://10.100.4.14:3306/t_signal_control?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&sessionVariables=sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'&useSSL=false&useCursorFetch=true
username: root # url: jdbc:mysql://10.102.1.112:53306/t_signal_control?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&sessionVariables=sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'&useSSL=false&useCursorFetch=true
password: Wanji300552 username: root
driverClassName: com.mysql.cj.jdbc.Driver password: Wanji300552
slave: driverClassName: com.mysql.cj.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource slave:
url: jdbc:mysql://10.100.4.14:3306/t_signal_control?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&sessionVariables=sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'&useSSL=false&useCursorFetch=true type: com.alibaba.druid.pool.DruidDataSource
username: root url: jdbc:mysql://10.100.4.14:3306/t_signal_control?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&sessionVariables=sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'&useSSL=false&useCursorFetch=true
password: Wanji300552 username: root
driverClassName: com.mysql.cj.jdbc.Driver password: Wanji300552
webService: driverClassName: com.mysql.cj.jdbc.Driver
driver-class-name: com.mysql.cj.jdbc.Driver webService:
url: jdbc:mysql://10.100.4.14:3306/t_signal?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&sessionVariables=sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'&useSSL=false&useCursorFetch=true driver-class-name: com.mysql.cj.jdbc.Driver
username: root url: jdbc:mysql://10.100.4.14:3306/t_signal?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&sessionVariables=sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'&useSSL=false&useCursorFetch=true
password: Wanji300552 username: root
type: com.alibaba.druid.pool.DruidDataSource password: Wanji300552
type: com.alibaba.druid.pool.DruidDataSource
redis: redis:
host: 10.100.4.14 host: 10.100.4.14
port: 6379 port: 6379
......
...@@ -59,4 +59,4 @@ system: ...@@ -59,4 +59,4 @@ system:
# UTC服务地址 # UTC服务地址
utc: http://10.100.1.59:32000/utc utc: http://10.100.1.59:32000/utc
# control服务地址 # control服务地址
control: http://10.100.1.59:32000/control control: http://10.100.1.59:32001/web
\ No newline at end of file \ No newline at end of file
...@@ -32,7 +32,7 @@ spring: ...@@ -32,7 +32,7 @@ spring:
timeout: 5000 timeout: 5000
database: 5 database: 5
# todo 生产环境信号平台 # 生产环境信号平台
signal: signal:
# true测试不执行方案下发 重点 # true测试不执行方案下发 重点
mock: false mock: false
...@@ -40,10 +40,10 @@ signal: ...@@ -40,10 +40,10 @@ signal:
manufacturer: manufacturer:
hk: hk:
# 服务地址 # 服务地址
artemisHost: 10.100.1.101 artemisHost: 10.100.4.30
# 接口服务验证用户名 # 接口服务验证用户名
artemisAppKey: 21560443 artemisAppKey: 21882146
# 接口服务验证密钥 # 接口服务验证密钥
artemisAppSecret: 5z0O0DRKALWyIxdQU4kp artemisAppSecret: iYwMHJSo7CAX62TjyGEb
# 海康能力开放平台的网站路径 # 海康能力开放平台的网站路径
artemisPath: /artemis artemisPath: /artemis
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment