config examples

This commit is contained in:
mbecker20
2024-04-11 02:49:10 -07:00
parent 635f3678ef
commit 34176c336e
2 changed files with 3 additions and 3 deletions

View File

@@ -25,9 +25,9 @@ logging.level = "info"
## options: standard, json, none
logging.stdio = "standard"
## specify a loki endpoint to send tracing logs to
## specify a opentelemetry otlp endpoint to send traces to
## optional, default unassigned
# logging.loki_url = "http://localhost:3100"
# logging.otlp_endpoint = "http://localhost:4317"
## specify how long an issued jwt stays valid. all jwts are invalidated on application restart.
## default: 1-day.

View File

@@ -23,7 +23,7 @@ MONITOR_DOCKER_ORGANIZATIONS=org1,org2
MONITOR_LOGGING_LEVEL=info
MONITOR_LOGGING_STDIO=standard
MONITOR_LOGGING_LOKI_URL=http://localhost:3100
MONITOR_LOGGING_OTLP_ENDPOINT=http://localhost:4317
MONITOR_LOCAL_AUTH=true