-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env
More file actions
29 lines (26 loc) · 757 Bytes
/
.env
File metadata and controls
29 lines (26 loc) · 757 Bytes
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
# DEFAULT PARAMETERS
#
# If any of these parameters need to change do so according to the README.md
#
# KEYCLOAK Configuration
# Requires
# - CLIENT_ID
# - CLIENT_SECRET
# - TOKEN_ENDPOINT
# - http://[ADDRESS]:[PORT]/realms/[REALM]/protocol/openid-connect/token
# - ADDRESS - Address of Keycloak Host
# - PORT - Port keycloak is listening on
# - REALM - The realm in Keycloak containing the client
VITE_CLIENT_ID=
VITE_CLIENT_SECRET=
VITE_TOKEN_ENDPOINT=
# ENDPOINT & NAME Configuration
# Requires
# - VITE_VIEWER_ENDPOINT
# - Must be set the the same value as the "staticDocsRootUrl" field in config.json for the hosting node
# - Ex:
# - /
# - /viewer
# - /web-app
VITE_VIEWER_ENDPOINT=
VITE_VIEWER_NAME=OSH Viewer