-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.production
More file actions
29 lines (22 loc) · 1.03 KB
/
.env.production
File metadata and controls
29 lines (22 loc) · 1.03 KB
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
#########################
### VITE APP SETTINGS ###
#########################
# Default DTS root endpoint (demo)
VITE_APP_DTS_ENDPOINT_URL=https://dots.chartes.psl.eu/demo/api/dts
# Default DTS root endpoint (prod)
#VITE_APP_DTS_ENDPOINT_URL=https://dots.chartes.psl.eu/api/dts
# DTS collection identifier as root of VITE app (DTS root collection if empty, should not pass DTS root collection id)
VITE_APP_ROOT_DTS_COLLECTION_ID=
# Default DTS root collection of VITE app project (demo)
VITE_APP_APP_ROOT_URL=/cookbook
# Default DTS root collection of VITE app project (prod)
#VITE_APP_APP_ROOT_URL=/elec
# Include project identifier in document routes (Boolean true / false)
VITE_APP_DOCUMENT_ROUTE_INCLUDE_PROJECT_ID=true
# Declare the relative path between the app folder and the custom collection settings folder
VITE_APP_CUSTOM_SETTINGS_PATH=${CUSTOM_SETTINGS_PATH}
#TODO: move the below to projects settings
######################
### OTHER SETTINGS ###
######################
#VITE_APP_ELASTICSEARCH_URL=https://theses.chartes.psl.eu/api/1.0