mark for pull

This commit is contained in:
caixiang
2022-11-25 10:12:33 +08:00
parent 7abcafb93d
commit bd9276036b
15 changed files with 1002 additions and 45 deletions

View File

@@ -65,16 +65,16 @@ spring:
# username: postgres
# password: 123456
influx:
url: http://192.168.0.170:8086 # URL to connect to InfluxDB.
username: caixiang # Username to use in the basic auth.
password: 251128856 # Password to use in the basic auth.
token: lkBsC27QZr1W50BSPlGxpTqNNpwuUk5uz1dZZRPSPbCG5VmNDDUo8P3UkZIhGWwfJwkuz6ZGZ7Et4_KBaG3gHw== # Token to use for the authorization.
org: qgs # Default destination organization for writes and queries.
bucket: qgs-bucket # Default destination bucket for writes.
logLevel: BODY # The log level for logging the HTTP request and HTTP response. (Default: NONE)
readTimeout: 5s # Read timeout for OkHttpClient. (Default: 10s)
writeTimeout: 5s # Write timeout for OkHttpClient. (Default: 10s)
connectTimeout: 5s # Connection timeout for OkHttpClient. (Default: 10s)
#influx:
# url: http://192.168.0.170:8086 # URL to connect to InfluxDB.
# username: caixiang # Username to use in the basic auth.
# password: 251128856 # Password to use in the basic auth.
# token: lkBsC27QZr1W50BSPlGxpTqNNpwuUk5uz1dZZRPSPbCG5VmNDDUo8P3UkZIhGWwfJwkuz6ZGZ7Et4_KBaG3gHw== # Token to use for the authorization.
# org: qgs # Default destination organization for writes and queries.
# bucket: qgs-bucket # Default destination bucket for writes.
# logLevel: BODY # The log level for logging the HTTP request and HTTP response. (Default: NONE)
# readTimeout: 5s # Read timeout for OkHttpClient. (Default: 10s)
# writeTimeout: 5s # Write timeout for OkHttpClient. (Default: 10s)
# connectTimeout: 5s # Connection timeout for OkHttpClient. (Default: 10s)
# management.health.influx.enabled=true # Whether to enable InfluxDB 2.x health check.