17 lines
906 B
YAML
17 lines
906 B
YAML
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.
|
|
management:
|
|
health:
|
|
influxdb:
|
|
enabled: true |