forked from cisagov/decider
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.docker
41 lines (29 loc) · 938 Bytes
/
.env.docker
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
32
33
34
35
36
37
38
39
40
41
# Docker Deployment
# DATABASE ---------------------------------------------------------------------
# db to create and use
DB_DATABASE=decider
# admin (full-access, used in db scripts / normal modes)
DB_ADMIN_NAME=decideradmin
DB_ADMIN_PASS=
# kiosk (limited read-only, used in kiosk mode)
DB_KIOSK_NAME=deciderkiosk
DB_KIOSK_PASS=
# cart encryption key
CART_ENC_KEY=
CONFIG='production'
# WEB-APP ----------------------------------------------------------------------
# app admin login
APP_ADMIN_PASS=
# connect to this db (uses DB_DATABASE) (do not edit if using Docker)
DB_HOSTNAME=db
DB_PORT=5432
# only for Docker deployment - not manual (host on http(s)://WEB_IP:WEB_PORT/, WEB_HTTPS_ON='yes' for HTTPS)
WEB_IP=127.0.0.1
WEB_PORT=8001
WEB_HTTPS_ON=''
LOGIN_TYPES='local'
# entra id sso
ENTRA_CLIENT_ID=
ENTRA_CLIENT_SECRET=
ENTRA_AUTHORITY=https://login.microsoftonline.com/<tenant_id>/