生产环境配置文件恢复
This commit is contained in:
@@ -15,12 +15,12 @@ logging:
|
|||||||
eureka:
|
eureka:
|
||||||
client:
|
client:
|
||||||
serviceUrl:
|
serviceUrl:
|
||||||
defaultZone: http://127.0.0.1:8123/eureka/
|
defaultZone: http://10.100.5.117:4201/eureka/
|
||||||
instance:
|
instance:
|
||||||
prefer-ip-address: true
|
prefer-ip-address: true
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: bat-wkflow-test
|
name: bat-wkflow
|
||||||
http:
|
http:
|
||||||
encoding:
|
encoding:
|
||||||
charset: UTF-8
|
charset: UTF-8
|
||||||
@@ -33,9 +33,9 @@ spring:
|
|||||||
datasource:
|
datasource:
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
type: com.alibaba.druid.pool.DruidDataSource
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
url: jdbc:mysql://121.36.69.172:3307/foton-bat-wkflow-test?nullCatalogMeansCurrent=true&serverTimezone=Asia/Shanghai&useSSL=false&characterEncoding=utf-8
|
url: jdbc:mysql://10.100.5.111:3306/foton_bat_wkflow?nullCatalogMeansCurrent=true&serverTimezone=Asia/Shanghai&useSSL=false&characterEncoding=utf-8
|
||||||
username: root
|
username: tempuser
|
||||||
password: hzwlsoft.com
|
password: Fting&8g35g#geg2
|
||||||
activiti:
|
activiti:
|
||||||
database-schema-update: true
|
database-schema-update: true
|
||||||
# 自动部署验证设置:true-开启(默认)、false-关闭
|
# 自动部署验证设置:true-开启(默认)、false-关闭
|
||||||
@@ -44,10 +44,10 @@ spring:
|
|||||||
active: dev
|
active: dev
|
||||||
# 相关服务配置同业务系统
|
# 相关服务配置同业务系统
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
host: 121.36.69.172
|
host: 10.100.5.119
|
||||||
port: 5672
|
port: 5672
|
||||||
username: admin
|
username: admin
|
||||||
password: hzwlsoft.com
|
password: foton@admin
|
||||||
listener:
|
listener:
|
||||||
direct:
|
direct:
|
||||||
# 默认加载 发版 需改为 true
|
# 默认加载 发版 需改为 true
|
||||||
@@ -102,7 +102,7 @@ ribbon:
|
|||||||
|
|
||||||
# 配置 是否 启用 OA
|
# 配置 是否 启用 OA
|
||||||
oa:
|
oa:
|
||||||
flag: false
|
flag: true
|
||||||
|
|
||||||
# 配置前端服务全路径地址 如下 /#/
|
# 配置前端服务全路径地址 如下 /#/
|
||||||
webUrl: https://srms.foton.com.cn/#/
|
webUrl: https://srms.foton.com.cn/#/
|
||||||
|
|||||||
Reference in New Issue
Block a user