-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.env.test
89 lines (75 loc) · 2.01 KB
/
.env.test
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
84
85
86
87
88
89
# Ensure environment variable names are unique across different apps
SITE_PASSWORD=
# PEPPER
API_BASE_URL=https://pepper-test.datadonationplatform.org
MERCURY_PUBSUB_TOPIC_NAME=
MERCURY_PUBSUB_PROJECT_ID=
# ATCP
ATCP_BASE_URL=https://atcp.test.datadonationplatform.org
ATCP_USER_EMAIL=
ATCP_USER_PASSWORD=
# ATCP Auth0 settings required to set email validated = true
ATCP_AUTH0_DOMAIN=
ATCP_AUTH0_AUDIENCE=
ATCP_AUTH0_CLIENT_ID=
ATCP_AUTH0_CLIENT_SECRET=
# DSM
DSM_BASE_URL=https://dsm-test.datadonationplatform.org
DSM_USER1_EMAIL=
DSM_USER1_PASSWORD=
# second user for view-seq-order-permissions.spec
DSM_USER2_EMAIL=
DSM_USER2_PASSWORD=
# third user
DSM_USER3_EMAIL=
DSM_USER3_PASSWORD=
# fourth user for gp-collection-date-permissions-check.spec
DSM_USER4_EMAIL=
DSM_USER4_PASSWORD=
# fifth user for mr-view-permission.spec
DSM_USER5_EMAIL=
DSM_USER5_PASSWORD=
# sixth user: dss-view-permission.spec
DSM_USER6_EMAIL=
DSM_USER6_PASSWORD=
# seventh user: pt-list-view-permission.spec
DSM_USER7_EMAIL=
DSM_USER7_PASSWORD=
BSP_TOKEN=
# Pancan
PANCAN_BASE_URL=https://pancan.test.datadonationplatform.org
PANCAN_USER_EMAIL=
PANCAN_USER_PASSWORD=
# Angiosarcoma Project (Angio)
ANGIO_BASE_URL=https://angio.test.datadonationplatform.org
ANGIO_USER_EMAIL=
ANGIO_USER_PASSWORD=
# Rare Genomes Project (RGP)
RGP_BASE_URL=https://rgp.test.datadonationplatform.org
RGP_USER_EMAIL=
RGP_USER_PASSWORD=
RGP_AUTH0_DOMAIN=
RGP_AUTH0_AUDIENCE=
RGP_AUTH0_CLIENT_ID=
RGP_AUTH0_CLIENT_SECRET=
# OSTEO
OSTEO_USER_EMAIL=
OSTEO_USER_PASSWORD=
OSTEO_BASE_URL=https://osteo.test.datadonationplatform.org
# auth0 settings required to update the email and password of a CMI participant
CMI_AUTH0_DOMAIN=
CMI_AUTH0_AUDIENCE=
CMI_AUTH0_CLIENT_ID=
CMI_AUTH0_CLIENT_SECRET=
# BRAIN
BRAIN_BASE_URL=https://brain.test.datadonationplatform.org
BRAIN_USER_EMAIL=
BRAIN_USER_PASSWORD=
# LMS
LMS_USER_EMAIL=
LMS_USER_PASSWORD=
LMS_BASE_URL=https://lms.test.datadonationplatform.org
# MBC
MBC_BASE_URL=https://mbc.test.datadonationplatform.org
MBC_USER_EMAIL=
MBC_USER_PASSWORD=