🔨 修改配置文件.

This commit is contained in:
lijiahangmax
2025-09-09 23:46:02 +08:00
parent 5e03810295
commit df78fc5977
4 changed files with 43 additions and 7 deletions

View File

@@ -20,6 +20,12 @@ spring:
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}
boot:
admin:
client: