更新生产环境配置和数据库连接信息

- 修改 `VUE_APP_SERVICE_HOST` 为 `wb.oms.unisspace.com`
- 更新主库数据源 URL 和密码
dev_1.0.2
chenhao 2026-05-07 18:04:13 +08:00
parent d6b41e7cb2
commit 626d1f1b09
2 changed files with 3 additions and 3 deletions

View File

@ -6,4 +6,4 @@ ENV = 'production'
# 若依管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
VUE_APP_SERVICE_HOST = 'wb.service.unissense.top'
VUE_APP_SERVICE_HOST = 'wb.oms.unisspace.com'

View File

@ -13,9 +13,9 @@ spring:
druid:
# 主库数据源
master:
url: jdbc:mysql://121.199.168.157:3306/unis_sip_pro?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&rewriteBatchedStatements=true&allowMultiQueries=true&nullCatalogMeansCurrent=true
url: jdbc:mysql://192.168.124.202:3306/oms_pro?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&rewriteBatchedStatements=true&allowMultiQueries=true&nullCatalogMeansCurrent=true
username: root
password: unis@db
password: unissense
# 从库数据源
slave:
# 从数据源开关/默认关闭