-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.env-sample
31 lines (26 loc) · 1.18 KB
/
.env-sample
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
30
31
DB=postgresql://variome:variome@localhost:5432/variome
ENVIRONMENT=development
#ENVIRONMENT=production
DJANGO_SECRET_KEY=django-insecure-t=e420f^zm70rl(y%%wl6g!k97-od*b$i=y%qrq*z^r)_r-mc@
#HOST=domain.com
#TZ=Pacific/Auckland
VERBOSE=false
AUTH_AZUREAD=enable # comment out to leave off (in ENVIRONMENT != production)
AUTH_SERVER=adfs.yourcompany.com
AUTH_CLIENT_ID=your-configured-client-id
AUTH_CLIENT_SECRET=your-client-secret
AUTH_RELYING_PARTY_ID=your-adfs-RPT-name
AUTH_AUDIENCE=microsoft:identityserver:your-RelyingPartyTrust-identifier
AUTH_CA_BUNDLE=/path/to/ca-bundle.pem
# these are appended to HOST to form the login / logout URLS for the frontend. Optional.
# dev: defaults to "/admin/login" prod: defaults to "/oauth2/login"
#VITE_LOGIN_PATH=/override/login
# dev: defaults to "/admin/logout" prod: defaults to "/oauth2/logout"
#VITE_LOGOUT_PATH=/override/logout
#default number of variant accesses for a user in a 24 hour period
#optional. default is 100. Can be set on a per user basis using admin dashboard
#ACCESSES_PER_DAY=100
# receives REST error email notifications
# receives alerts when users reach their access limit