✨ 添加演示模式.
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
spring:
|
||||
datasource:
|
||||
druid:
|
||||
url: jdbc:mysql://127.0.0.1:3306/orion_visor?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=Asia/Shanghai&autoReconnect=true
|
||||
url: jdbc:mysql://116.62.194.246:3306/orion_visor?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=Asia/Shanghai&autoReconnect=true
|
||||
username: root
|
||||
password: Data@123456
|
||||
password: LjhData@123456
|
||||
initial-size: 0
|
||||
min-idle: 1
|
||||
max-active: 5
|
||||
redis:
|
||||
host: 127.0.0.1
|
||||
host: 116.62.194.246
|
||||
port: 6379
|
||||
password: Data@123456
|
||||
password: Ljhlijiahang
|
||||
redisson:
|
||||
threads: 2
|
||||
netty-threads: 2
|
||||
|
||||
@@ -41,8 +41,8 @@ knife4j:
|
||||
enable: false
|
||||
|
||||
orion:
|
||||
# 是否为预览模式
|
||||
preview: ${PREVIEW:false}
|
||||
# 是否为演示模式
|
||||
demo: ${DEMO_MODE:false}
|
||||
logging:
|
||||
printer:
|
||||
mode: ROW
|
||||
|
||||
@@ -190,8 +190,8 @@ app:
|
||||
orion:
|
||||
# 版本
|
||||
version: @revision@
|
||||
# 是否为预览模式
|
||||
preview: false
|
||||
# 是否为演示模式
|
||||
demo: false
|
||||
api:
|
||||
# 公共 api 前缀
|
||||
prefix: /orion-visor/api
|
||||
|
||||
Reference in New Issue
Block a user