配置文件更新
This commit is contained in:
parent
ad3d01a10a
commit
98a9303e0a
@ -1,6 +1,6 @@
|
|||||||
server:
|
server:
|
||||||
# port: 33859
|
# port: 33859
|
||||||
port:8080
|
port:8080
|
||||||
--- #################### 数据库相关配置 ####################
|
--- #################### 数据库相关配置 ####################
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
@ -50,10 +50,10 @@ spring:
|
|||||||
# password: linus,.123
|
# password: linus,.123
|
||||||
# master:
|
# master:
|
||||||
name: mes-heli-dev
|
name: mes-heli-dev
|
||||||
url: jdbc:mysql://localhost:33061/mes-heli-dev?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&socketTimeout=30000&connectTimeout=30000
|
url: jdbc:mysql://120.48.141.82:3306/mes-heli-dev?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&socketTimeout=30000&connectTimeout=30000
|
||||||
driver-class-name: com.mysql.jdbc.Driver
|
driver-class-name: com.mysql.jdbc.Driver
|
||||||
username: root
|
username: root
|
||||||
password: 'root'
|
password: qweasd,.123
|
||||||
# slave: # 模拟从库,可根据自己需要修改 # 模拟从库,可根据自己需要修改
|
# slave: # 模拟从库,可根据自己需要修改 # 模拟从库,可根据自己需要修改
|
||||||
# name: ruoyi-vue-pro
|
# name: ruoyi-vue-pro
|
||||||
# url: jdbc:mysql://localhost:3306/${spring.datasource.dynamic.datasource.slave.name}?useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
|
# url: jdbc:mysql://localhost:3306/${spring.datasource.dynamic.datasource.slave.name}?useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
|
||||||
@ -63,7 +63,7 @@ spring:
|
|||||||
|
|
||||||
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
|
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
|
||||||
redis:
|
redis:
|
||||||
host: 222.75.128.58 # 地址
|
host: 218.95.153.170 # 地址
|
||||||
port: 6379 # 端口
|
port: 6379 # 端口
|
||||||
database: 15 # 数据库索引
|
database: 15 # 数据库索引
|
||||||
password: 'qweasd,.123' # 密码,建议生产环境开启
|
password: 'qweasd,.123' # 密码,建议生产环境开启
|
||||||
@ -204,6 +204,7 @@ mes:
|
|||||||
- /admin-api/infra/file/**
|
- /admin-api/infra/file/**
|
||||||
demo: true # 开启演示模式
|
demo: true # 开启演示模式
|
||||||
tencent-lbs-key: TVDBZ-TDILD-4ON4B-PFDZA-RNLKH-VVF6E # QQ 地图的密钥 https://lbs.qq.com/service/staticV2/staticGuide/staticDoc
|
tencent-lbs-key: TVDBZ-TDILD-4ON4B-PFDZA-RNLKH-VVF6E # QQ 地图的密钥 https://lbs.qq.com/service/staticV2/staticGuide/staticDoc
|
||||||
|
|
||||||
justauth:
|
justauth:
|
||||||
enabled: true
|
enabled: true
|
||||||
type:
|
type:
|
||||||
|
Loading…
Reference in New Issue
Block a user