You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This is an example of what your env file should look like.
2
-
# You can copy this file and rename it to .env and fill in the values.
3
-
VITE_PROJECT_HOSTNAME=pic-sure.org
4
-
VITE_RESOURCE_HPDS=some-uuid
5
-
VITE_RESOURCE_OPEN_HPDS=some-uuid
6
-
VITE_RESOURCE_BASE_QUERY=some-uuid
7
-
VITE_RESOURCE_VIZ=some-uuid
8
-
VITE_RESOURCE_APPLICATION=some-uuid
9
-
VITE_RESOURCE_SEARCH=some-uuid
10
-
VITE_AUTH0_TENANT=avillachlab
2
+
# You can copy this file and rename it to .env for local use and httpd.env for using our docker configuration.
3
+
# Please refer to our documentation on Gitbook: https://pic-sure.gitbook.io/pic-sure-developer-guide/configuring-pic-sure/pic-sure-frontend-configuration
4
+
5
+
### Application (optional)
6
+
VITE_APPLICATION_NAME="PIC-SURE"
7
+
VITE_PROJECT_HOSTNAME=picsure.example.com
8
+
VITE_ORIGIN=https://picsure.example.com/
11
9
12
-
# Customization
10
+
### UI
13
11
# Here you can customize the logo and dot colors on the login page for your project
14
12
# To fully change the theme add a new theme to src/styles/theme.css and change the
15
13
# data-theme= attribute in the body tag of the main html file, app.html
16
14
# You can list 0, 3, or 5 colors in the VITE_DOTS_COLORS_CLASS array
VITE_VARIANT_EXPLORER_EXCLUDE_COLUMNS=# As an array
64
+
65
+
### Federation (GIC)
66
+
## Pages
67
+
VITE_COLLABORATE=false
36
68
VITE_ANALYZE_ANALYSIS=false
37
-
VITE_DISCOVER=true
38
-
VITE_COLLABORATE=true
39
-
VITE_DASHBOARD=true
40
-
VITE_DASHBOARD_DRAWER=true
41
-
VITE_ENABLE_SAMPLE_ID_CHECKBOX=true
69
+
VITE_DATA_REQUESTS=false
70
+
## Features
42
71
VITE_ENABLE_COHORT_DETAILS=false
43
72
VITE_FEDERATED=false
73
+
VITE_ENABLE_REDCAP_EXPORT=false
44
74
75
+
### Auth Providers
45
76
# VITE_AUTH_PROVIDER_MODULE is the prefix for any authorization providers you want to use.
46
77
# We currently support 3 types of authorization providers: AUTH0, Gen3 FENCE, and RAS.
47
78
# You can add as many authorization providers as you want by adding more VITE_AUTH_PROVIDER_MODULE_ variables.
@@ -50,6 +81,9 @@ VITE_FEDERATED=false
50
81
# VITE_AUTH_PROVIDER_MODULE_GOOGLE_ALT is an optional field that can be used to specify if the provider should be displayed as an alternative login option.
51
82
# The pattern for adding authorization providers is as follows:
0 commit comments