-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.defaults
More file actions
83 lines (68 loc) · 1.84 KB
/
.env.defaults
File metadata and controls
83 lines (68 loc) · 1.84 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# This is shared across the API services
#TAPIS_VERSION=2
TAPIS_VERSION=3
# Tapis V3 Auth
# This is for accessing the standard Tapis V3 APIs
TAPIS_V3_CLIENT_KEY=
TAPIS_V3_CLIENT_SECRET=
TAPIS_V3_HOST=vdjserver.tapis.io
# WSO2 Settings
WSO2_CLIENT_KEY=
WSO2_CLIENT_SECRET=
WSO2_HOST=vdj-agave-api.tacc.utexas.edu
# VDJ Service Account Settings
VDJ_SERVICE_ACCOUNT=
VDJ_SERVICE_ACCOUNT_SECRET=
VDJ_SERVICE_ACCOUNT_JWT=
# VDJ Guest Account Settings
VDJ_GUEST_ACCOUNT=
VDJ_GUEST_ACCOUNT_SECRET=
VDJ_GUEST_ACCOUNT_JWT=
# User admin accounts
VDJ_USER_ADMINS=
# VDJ Backbone Settings
VDJ_BACKBONE_HOST=
# We separate the ADC database from the Tapis Meta database
# and furthermore separate between load and query for ADC database.
# Tapis Meta database
TAPIS_MONGODB_DB=v2vdjtest # test
#TAPIS_MONGODB_DB=v2vdj # production
# these left blank as no direct access needed
TAPIS_MONGODB_HOST=
TAPIS_MONGODB_USER=
TAPIS_MONGODB_SECRET=
# AIRR Data Commons
# no longer provided by vdjserver-web-api
# HOST user for Corral file access
HOST_SERVICE_ACCOUNT=
HOST_SERVICE_GROUP=
VDJSERVER_DATA_PATH=/vdjZ/
LRQDATA_PATH=/vdjZ/irplus/data/lrqdata/
# Agave Misc. Settings
AGAVE_STORAGE_SYSTEM=data-storage.vdjserver.org
AGAVE_NOTIFY_HOST=https://vdjserver.org
# VDJ API Settings
VDJ_API_URL=
VDJ_API_PORT=8081
SESSION_SECRET=
RECAPTCHA_SECRET=
RECAPTCHA_PUBLIC=
# be careful, these are shared for each Tapis Meta db
# only develop and test with v2vdjtest db
ENABLE_JOB_QUEUES=false
DISABLE_TAPIS_JOB=true
# VDJ API Test Settings
ALLOW_RECAPTCHA_SKIP=false
USE_TEST_ACCOUNT=false
TEST_ACCOUNT_USERNAME=
ERROR_INJECTION=false
# Email Settings
EMAIL_ADDRESS=vdj@vdjserver.org
FEEDBACK_EMAIL_ADDRESS=vdjserver@utsouthwestern.edu
REPLYTO_EMAIL_ADDRESS=vdjserver@utsouthwestern.edu
POSTFIX_HOSTNAME=
POSTFIX_RELAYHOST=
POSTFIX_RELAYPORT=
# Dev Settings
DEBUG_CONSOLE=false
SLACK_WEBHOOK_URL=