feat: 五彩行生产环境变更
This commit is contained in:
@@ -17,7 +17,7 @@ spring:
|
|||||||
driverClassName: com.mysql.cj.jdbc.Driver
|
driverClassName: com.mysql.cj.jdbc.Driver
|
||||||
# jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562
|
# jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562
|
||||||
# rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题)
|
# rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题)
|
||||||
url: jdbc:mysql://192.168.129.64:33060/hot?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
|
url: jdbc:mysql://192.168.129.64:33060/wucaixing?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
|
||||||
username: root
|
username: root
|
||||||
password: Hot20260401
|
password: Hot20260401
|
||||||
# # 从库数据源
|
# # 从库数据源
|
||||||
@@ -70,7 +70,7 @@ spring.data:
|
|||||||
# 端口,默认为6379
|
# 端口,默认为6379
|
||||||
port: 63799
|
port: 63799
|
||||||
# 数据库索引
|
# 数据库索引
|
||||||
database: 10
|
database: 13
|
||||||
# redis 密码必须配置
|
# redis 密码必须配置
|
||||||
password: Hot20260401
|
password: Hot20260401
|
||||||
# 连接超时时间
|
# 连接超时时间
|
||||||
@@ -245,7 +245,7 @@ gotenberg:
|
|||||||
|
|
||||||
--- # app 学习报表验真与外网地址
|
--- # app 学习报表验真与外网地址
|
||||||
app:
|
app:
|
||||||
web-base-url: ${APP_WEB_BASE_URL:https://hotwj.com/prod-api}
|
web-base-url: ${APP_WEB_BASE_URL:https://wcx.hotwj.com/prod-api}
|
||||||
verify:
|
verify:
|
||||||
enabled: ${APP_VERIFY_ENABLED:true}
|
enabled: ${APP_VERIFY_ENABLED:true}
|
||||||
secret: ${APP_VERIFY_SECRET:@dasfsfasbaf3#q1}
|
secret: ${APP_VERIFY_SECRET:@dasfsfasbaf3#q1}
|
||||||
@@ -255,4 +255,4 @@ app:
|
|||||||
# 企业配置
|
# 企业配置
|
||||||
company:
|
company:
|
||||||
# 上线应自动切换生成环境的地址
|
# 上线应自动切换生成环境的地址
|
||||||
register-url: https://hotwj.com
|
register-url: https://wcx.hotwj.com
|
||||||
|
|||||||
Reference in New Issue
Block a user