All checks were successful
Build and Publish Docker Images / build-and-push (., backend/infrastructure/gateway/Dockerfile, api-gateway, api-gateway) (push) Successful in 7m17s
Build and Publish Docker Images / build-and-push (., backend/services/ping/Dockerfile, ping-service, ping-service) (push) Successful in 7m32s
Build and Publish Docker Images / build-and-push (., config/docker/keycloak/Dockerfile, keycloak, keycloak) (push) Successful in 1m40s
Build and Publish Docker Images / build-and-push (., config/docker/caddy/web-app/Dockerfile, web-app, web-app) (push) Successful in 1m46s
- Uploaded browser console logs and related error screenshots to document debugging efforts for Ping Service issues. - Captured CORS-related errors, database initialization logs, and WebGL warnings for local environment analysis. Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
11 lines
132 B
JSON
11 lines
132 B
JSON
{
|
|
"apiBaseUrl": "{{env "
|
|
API_BASE_URL
|
|
" | default "
|
|
"}}",
|
|
"keycloakUrl": "{{env "
|
|
KEYCLOAK_URL
|
|
" | default "
|
|
"}}"
|
|
}
|