-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.test
16 lines (15 loc) · 940 Bytes
/
.env.test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
NEXT_PUBLIC_NEWS_SEARCH=https://dev.mousephenotype.org
NEXT_PUBLIC_API_MOCKING=disabled
NEXT_PUBLIC_API_ROOT=https://nginx.mousephenotype-dev.org/data
NEXT_PUBLIC_STATS_DATASETS_URL=https://impc-datasets.s3.eu-west-2.amazonaws.com/statistical-datasets/dr22.1
NEXT_PUBLIC_MH_PLOT_DATA_URL=https://impc-datasets.s3.eu-west-2.amazonaws.com/phenotype-stats-results/dr22.1
NEXT_PUBLIC_LANDING_PAGE_DATA_URL=https://impc-datasets.s3.eu-west-2.amazonaws.com/landing-page-data/dr22.1
NEXT_PUBLIC_PROXY_ENABLED=FALSE
NEXT_PUBLIC_WEBSITE_URL=https://dev.mousephenotype.org
NEXT_PUBLIC_PROTOTYPE_API_ROOT=https://nginx.mousephenotype-dev.org/data
NEXT_PUBLIC_DEV_API_ROOT=https://dev.mousephenotype.org/data
NEXT_PUBLIC_PROD_API_ROOT=https://nginx.mousephenotype-prod.org/data
NEXT_PUBLIC_GOOGLE_TAG_ID=G-0CGYY2B2QL
NEXT_PUBLIC_DATA_RELEASE_VERSION=22.1
NEXT_PUBLIC_BATCH_QUERY_API_ROOT=https://www.ebi.ac.uk/mi/impc/batch-query
LOGGING_ENABLED=false