-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env
19 lines (18 loc) · 839 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
VITE_OIDC_ISSUER=
# When VITE_OIDC_ENABLED equals false we switch on mocked implem, so by default OIDC is ENABLED
VITE_OIDC_ENABLED=
VITE_OIDC_CLIENT_ID=
VITE_PORTAIL_URL=
VITE_API_URL=
# When VITE_VISUALIZE_DISABLED equals true we disable visualize route.
VITE_VISUALIZE_DISABLED=
# Temporary env var used only in vite.config.js to indicate base, in app we use the native import.meta.env.BASE_URL, by default there is no base path ("")
# Waiting vite-env support dynamic base path
VITE_BASE_PATH=
VITE_REVIEW_IDENTITY_PROVIDER=
# When VITE_TELEMETRY_DISABLED equals true we disable telemetry (default: enabled)
VITE_TELEMETRY_DISABLED=
# Override max delay in ms to wait for before sending a batch (default: 1min)
VITE_TELEMETRY_MAX_DELAY=
# Override max number of data to send in a single batch (default: 10)
VITE_TELEMETRY_MAX_LENGTH=