-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env-example
37 lines (33 loc) · 1022 Bytes
/
.env-example
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
# database name
DB_USER=
DB_PW=
DB_HOST=
DB_PORT=
DB_NAME=
# path to latest file provenance report (user@host:path)
FPR_FULL=
# path to where file provenance report should be copied (path only)
# Note: using $HOME may result in failures on startup to access SQLITE.
FPR_SMALL_DEST=[..temporaryLocation..]/nabu-sqlite/fpr_backups
SQLITE_LOCATION=[..temporaryLocation..]/nabu-sqlite
NABU=[..projectLocation..]
# optional path to directory where logs should be written
LOG_LOCATION=
# file paths to HTTPS key and certificate
HTTPS_KEY=
HTTPS_CERT=
# default is 8443
HTTPS_PORT=
# Set to 'true' if needed for development
NO_SSL=false
## All the below are optional
# URL and port to Active Directory
AD_URL=
AD_PORT=
# Active Directory email domain
AD_EMAIL_DOMAIN=
# Credentials for a valid user so that Nabu can bind to Active Directory for queries
AD_BIND_USER=user@AD_EMAIL_DOMAIN
AD_BIND_PW=
# Active Directory group for people who are authorized to create QCs via the fileqcs/run-report endpoint
RR_AUTHORIZED_GROUP=