forked from InseeFrLab/onyxia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
67 lines (54 loc) · 2.68 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# https://github.com/facebook/create-react-app/discussions/11767#discussioncomment-1968889
GENERATE_SOURCEMAP=false
REACT_APP_ONYXIA_API_URL=/api
# ===== Keycloak =====
# OPTIONAL, optional, if not specified, when user authentication is requested, a Jhon Doe user will be assumed connected.
REACT_APP_KEYCLOAK_URL=
REACT_APP_KEYCLOAK_CLIENT_ID=onyxia
# MANDATORY if OIDC_URL provided
REACT_APP_KEYCLOAK_REALM=
REACT_APP_JWT_EMAIL_CLAIM=email
REACT_APP_JWT_FAMILY_NAME_CLAIM=family_name
REACT_APP_JWT_FIRST_NAME_CLAIM=given_name
REACT_APP_JWT_USERNAME_CLAIM=preferred_username
# https://user-images.githubusercontent.com/6702424/158082713-facdfbb3-8818-48a1-b1ab-8f047a8aa0f9.png
REACT_APP_JWT_GROUPS_CLAIM=groups
# Expect either an url that point to a CORS enabled Markdown
# e.g.: =https://www.sspcloud.fr/tos_en.md
# or a record language-url:
# TERMS_OF_SERVICES: |
# { "en": "https://sspcloud.fr/tos_en.md" "fr": "https://sspcloud.fr/tos_fr.md" }
REACT_APP_TERMS_OF_SERVICES=
# ===== UI Customization ====
# Can be one of onyxia, france or ultraviolet
REACT_APP_THEME_ID=onyxia
# For Customizing this text: https://user-images.githubusercontent.com/6702424/152652494-7c2e2515-23f2-4b06-bd9f-15c00173bb66.png
REACT_APP_HEADER_ORGANIZATION=
# For customizing this text: https://user-images.githubusercontent.com/6702424/152652533-b97512ca-f6f4-4aa8-a91f-96988181902c.png
REACT_APP_HEADER_USECASE_DESCRIPTION=Datalab
# If we should hide: https://user-images.githubusercontent.com/6702424/152916796-f93de2e4-b3d8-4214-bb01-628704562421.png
REACT_APP_HEADER_HIDE_ONYXIA=false
REACT_APP_DISABLE_HOME_PAGE=false
# To add external links in the left bar.
# In Values.yaml you can go multi line by using '|' but in .env file it must be on a sigle line. (see .env.local.sample)
# 'icon' must be a valid icon identifier from: https://github.com/InseeFrLab/onyxia-web/blob/main/src/ui/theme.tsx#L115-L159
# 'label' can either be a string or a map language iso2 -> text. Not every supported language have to include a translation.
# SIDEBAR_LINKS = |
# [
# {
# "label": "Legacy",
# "iconId": "search",
# "url": "https://aws.amazon.com/",
# },
# {
# "label": { "en": "My link", "fr": "Mon lien" },
# "iconId": "code",
# "url": "https://example.com/",
# }
# ];
REACT_APP_EXTRA_LEFTBAR_ITEMS=
# Same format as the above but for the links in the header
# https://user-images.githubusercontent.com/6702424/152692462-33a8589e-485f-45c9-93c7-0b945980aaf5.png
REACT_APP_HEADER_LINKS=
# Description used in the preview card for social media: https://user-images.githubusercontent.com/6702424/152668805-d1e055e0-2d9d-4b6c-9bc7-fba0093855aa.png
REACT_APP_DESCRIPTION=Data science oriented container launcher