系统初始化
This commit is contained in:
@@ -1,31 +1,31 @@
|
||||
spring:
|
||||
datasource:
|
||||
druid:
|
||||
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&rewriteBatchedStatements=true&useServerPrepStmts=false
|
||||
username: ${MYSQL_USER:root}
|
||||
password: ${MYSQL_PASSWORD:Data@123456}
|
||||
url: jdbc:mysql://192.168.31.189:33069/visor?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=Asia/Shanghai&autoReconnect=true&rewriteBatchedStatements=true&useServerPrepStmts=false
|
||||
username: dream
|
||||
password: info_dream
|
||||
initial-size: 0
|
||||
min-idle: 1
|
||||
max-active: 5
|
||||
stat-view-servlet:
|
||||
enabled: false
|
||||
redis:
|
||||
host: ${REDIS_HOST:127.0.0.1}
|
||||
port: ${REDIS_PORT:6379}
|
||||
password: ${REDIS_PASSWORD:Data@123456}
|
||||
database: ${REDIS_DATABASE:1}
|
||||
data-version: ${REDIS_DATA_VERSION:2}
|
||||
host: 192.168.31.189
|
||||
port: 6379
|
||||
password: admin
|
||||
database: 1
|
||||
data-version: 2
|
||||
mock: false
|
||||
redisson:
|
||||
threads: 2
|
||||
netty-threads: 2
|
||||
minimum-idle-size: 2
|
||||
influxdb:
|
||||
enabled: ${INFLUXDB_ENABLED:true}
|
||||
url: http://${INFLUXDB_HOST:127.0.0.1}:${INFLUXDB_PORT:8086}
|
||||
org: ${INFLUXDB_ORG:orion-visor}
|
||||
bucket: ${INFLUXDB_BUCKET:metrics}
|
||||
token: ${INFLUXDB_TOKEN:Data@123456}
|
||||
enabled: true
|
||||
url: http://192.168.31.182:8086
|
||||
org: orion-visor
|
||||
bucket: metrics
|
||||
token: 3774e79ac55aff6d1afc0f94bfaf131d
|
||||
boot:
|
||||
admin:
|
||||
client:
|
||||
@@ -34,9 +34,9 @@ spring:
|
||||
enabled: false
|
||||
|
||||
guacd:
|
||||
host: ${GUACD_HOST:127.0.0.1}
|
||||
port: ${GUACD_PORT:4822}
|
||||
drive-path: ${GUACD_DRIVE_PATH:/home/guacd/drive}
|
||||
host: 192.168.31.182
|
||||
port: 4822
|
||||
drive-path: /mnt/guacd-drives
|
||||
|
||||
management:
|
||||
endpoints:
|
||||
|
||||
Reference in New Issue
Block a user