Add Keycloak and OpenTelemetry env vars to .env.example
Some checks failed
CI / Format (push) Failing after 2s
CI / Clippy (push) Successful in 3m11s
CI / Security Audit (push) Has been skipped
CI / Tests (push) Has been skipped
CI / Format (pull_request) Has been cancelled
CI / Clippy (pull_request) Has been cancelled
CI / Security Audit (pull_request) Has been cancelled
CI / Tests (pull_request) Has been cancelled
Some checks failed
CI / Format (push) Failing after 2s
CI / Clippy (push) Successful in 3m11s
CI / Security Audit (push) Has been skipped
CI / Tests (push) Has been skipped
CI / Format (pull_request) Has been cancelled
CI / Clippy (pull_request) Has been cancelled
CI / Security Audit (pull_request) Has been cancelled
CI / Tests (pull_request) Has been cancelled
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
11
.env.example
11
.env.example
@@ -37,3 +37,14 @@ GIT_CLONE_BASE_PATH=/tmp/compliance-scanner/repos
|
|||||||
# Dashboard
|
# Dashboard
|
||||||
DASHBOARD_PORT=8080
|
DASHBOARD_PORT=8080
|
||||||
AGENT_API_URL=http://localhost:3001
|
AGENT_API_URL=http://localhost:3001
|
||||||
|
|
||||||
|
# Keycloak (required for authentication)
|
||||||
|
KEYCLOAK_URL=http://localhost:8080
|
||||||
|
KEYCLOAK_REALM=compliance
|
||||||
|
KEYCLOAK_CLIENT_ID=compliance-dashboard
|
||||||
|
REDIRECT_URI=http://localhost:8080/auth/callback
|
||||||
|
APP_URL=http://localhost:8080
|
||||||
|
|
||||||
|
# OpenTelemetry (optional - omit to disable)
|
||||||
|
# OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317
|
||||||
|
# OTEL_SERVICE_NAME=compliance-agent
|
||||||
|
|||||||
Reference in New Issue
Block a user