Files
orion-visor/orion-visor-launch/src/main/resources/application-dev.yaml

46 lines
1.1 KiB
YAML
Raw Normal View History

spring:
datasource:
druid:
2025-03-02 13:28:41 +08:00
url: jdbc:mysql://${MYSQL_HOST:127.0.0.1}:${MYSQL_PORT:3306}/${MYSQL_DATABASE:orion_visor}?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=Asia/Shanghai&autoReconnect=true
username: ${MYSQL_USER:root}
password: ${MYSQL_PASSWORD:Data@123456}
initial-size: 0
min-idle: 1
max-active: 5
2024-06-11 11:12:44 +08:00
stat-view-servlet:
enabled: false
redis:
2025-03-02 13:28:41 +08:00
host: ${REDIS_HOST:127.0.0.1}
port: ${REDIS_PORT:6379}
password: ${REDIS_PASSWORD:Data@123456}
2024-03-27 15:30:03 +08:00
redisson:
threads: 2
netty-threads: 2
2024-06-04 11:33:09 +08:00
minimum-idle-size: 2
2024-06-11 11:12:44 +08:00
boot:
admin:
client:
enabled: false
server:
enabled: false
2025-06-25 18:57:05 +08:00
guacd:
host: ${GUACD_HOST:127.0.0.1}
port: ${GUACD_PORT:4822}
drive-path: ${GUACD_DRIVE_PATH:/home/guacd}
2024-06-11 11:12:44 +08:00
management:
endpoints:
enabled-by-default: false
web:
exposure:
include: shutdown
mybatis-plus:
configuration:
2025-06-25 18:57:05 +08:00
# 日志打印
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
2025-01-17 09:51:21 +08:00
no:
redis: false