Last active
March 18, 2021 21:29
-
-
Save garronej/e0f7485fac23e8aa0ceda6ce82256df6 to your computer and use it in GitHub Desktop.
onyxia-ui environnement variables
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REACT_APP_WARNING_MESSAGE="**Vendredi 29 janvier**, session kubernetes pour le statisticien sur zoom. Plus d info sur [le canal tchap](https://www.tchap.gouv.fr/#/room/#SSPCloudXDpAw6v:agent.finances.tchap.gouv.fr)" | |
REACT_APP_INFO_MESSAGE="**NOUVEAU** Interface de gestion des variables d'environnement. Découvrez la page [Mes Secrets](/mes-secrets) 🚀" | |
REACT_APP_BASE_API_URL=https://onyxia-preview.lab.sspcloud.fr/api | |
REACT_APP_SERVICES_URL=https://innovation.pages.lab.sspcloud.fr/plateforme-onyxia/services-ressources/services.json | |
REACT_APP_TRAININGS_URL=https://innovation.pages.lab.sspcloud.fr/plateforme-onyxia/services-ressources/formations.json | |
REACT_APP_MONITORING_BASE_URI="https://grafana.lab.sspcloud.fr/d/mZUaipcmk/app-generique?orgId=1&var-id=" | |
# MINIO | |
REACT_APP_MINIO_BASE_URI=https://minio.lab.sspcloud.fr | |
REACT_APP_MINIO_END_POINT=minio.lab.sspcloud.fr | |
REACT_APP_MINIO_PORT=443 | |
REACT_APP_MINIO_END_MINIMUM_DURATION_MS=36000000 | |
# END POINTS | |
# VAULT | |
REACT_APP_VAULT_BASE_URI=https://vault.lab.sspcloud.fr | |
REACT_APP_VAULT_KV_ENGINE=onyxia-kv | |
# Footer | |
REACT_APP_ONYXIA_GIT=https://github.com/InseeFrLab/onyxia-ui | |
REACT_APP_SWAGGER_API=https://onyxia-api.lab.sspcloud.fr | |
REACT_APP_ONYXIA_CHAT_ROOM=https://www.tchap.gouv.fr/#/room/!noaPAswoNlVKWpYkMV:agent.finances.tchap.gouv.fr | |
# REACT_APP_BLOG_URL= | |
REACT_APP_MONITORING_URL=https://grafana.lab.sspcloud.fr/d/4XuMd2Iiz/kubernetes-cluster-prometheus?orgId=1 | |
# Kubernetes | |
REACT_APP_KUB_SERVER_NAME=google-cloud-demo | |
REACT_APP_KUB_SERVER_URL=https://oidc.demo.dev.sspcloud.fr | |
# Auth | |
# Types available : oidc, none | |
REACT_APP_AUTH_TYPE=oidc | |
# OIDC | |
REACT_APP_AUTH_OIDC_CLIENT_ID=onyxia | |
REACT_APP_AUTH_OIDC_REALM=sspcloud | |
REACT_APP_AUTH_OIDC_URL=https://auth.lab.sspcloud.fr/auth | |
# App config | |
REACT_APP_CONTACT="Contactez l'assistance sur le forum Tchap dédié à Spyrales." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment