-
Notifications
You must be signed in to change notification settings - Fork 10
/
.env
21 lines (15 loc) · 882 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## Choose between the legacy backend and the current one [v3, v4]
BE_VERSION=v4
## Enable v3 JOBS feature (disable if required or set in command line). To later disable, either unset or set to an empty value
# JOBS_ENABLED=true
## Enable v4 ELASTIC feature (disable if required or set in command line). To later disable, either unset or set to an empty value
# ELASTIC_ENABLED=true
## Enable LDAP authentication backend (disable if required or set in command line). To later disable, either unset or set to an empty value
# LDAP_ENABLED=true
## Enable OIDC authentication backend (disable if required or set in command line). To later disable, either unset or set to an empty value
# OIDC_ENABLED=true
## Run SciCat services in DEV mode
# DEV=true
## Set the services HTTPS URL
# BACKEND_HTTPS_URL=https://backend-example.com
# FRONTEND_HTTPS_URL=https://frontend-example.com