Remove retarded build time variables
All checks were successful
CI / test (push) Successful in 54s
CI / test-analytics (push) Successful in 2m2s
CI / build-api (push) Successful in 3m1s
CI / build-frontend (push) Successful in 1m58s
CI / build-analytics (push) Successful in 41s

This commit is contained in:
2026-05-11 17:00:17 +02:00
parent 5cbc1d50fd
commit b1de6284f7
12 changed files with 65 additions and 59 deletions

View File

@@ -36,6 +36,10 @@ def frontend_config() -> dict:
"oidc_authority": settings.frontend_jwt_issuer_url,
"oidc_client_id": settings.frontend_oidc_client_id,
"oidc_scope": settings.frontend_oidc_scope,
"otel_collector_endpoint": settings.frontend_otel_collector_endpoint,
"otel_service_name": settings.frontend_otel_service_name,
"otel_service_namespace": settings.frontend_otel_service_namespace,
"deployment_environment": settings.frontend_deployment_environment,
}