Skip to content
Snippets Groups Projects
Commit 2a9f1c87 authored by Muhammad Hamza Akhtar's avatar Muhammad Hamza Akhtar
Browse files

fix: monitor api endpoint

parent 53532c3c
Branches prerelease
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ services:
- KC_AUTH_SERVER_URL=${KEYCLOAK_AUTH_SERVER_URL-https://localhost:8443}
- KC_PUBLIC_KEY_URL=${KEYCLOAK_PUBLIC_KEY_URL-http://pht-keycloak:8080/realms/PHT-Station}
- COSIGN_ENABLED=${COSIGN_ENABLED-false}
- MONITORING_API_ADDRESS=https://monitoring.klee.informatik.rwth-aachen.de
- MONITORING_API_ADDRESS=https://monitoringapi.klee.informatik.rwth-aachen.de
networks:
- pht-net
- metadata
......
......@@ -72,7 +72,7 @@ services:
- KC_AUTH_SERVER_URL=${KEYCLOAK_AUTH_SERVER_URL-https://localhost:8443}
- KC_PUBLIC_KEY_URL=${KEYCLOAK_PUBLIC_KEY_URL-http://pht-keycloak:8080/realms/PHT-Station}
- COSIGN_ENABLED=${COSIGN_ENABLED-false}
- MONITORING_API_ADDRESS=https://monitoring.padme-analytics.de
- MONITORING_API_ADDRESS=https://monitoringapi.padme-analytics.de
networks:
- pht-net
- metadata
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment