forked from github-starred/komodo
config examples
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user