-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.test
65 lines (49 loc) · 1.25 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
COMPOSE_PROJECT_NAME=agr-literature-test
REG=100225593120.dkr.ecr.us-east-1.amazonaws.com
TAG=latest
ALLIANCE_RELEASE=latest
RESOURCE_DESCRIPTOR_URL='https://raw.githubusercontent.com/alliance-genome/agr_schemas/master/resourceDescriptors.yaml'
OKTA_DOMAIN='dev-30456587.okta.com/oauth2/default'
OKTA_API_AUDIENCE='api://default'
# Envstate should either be build or prod or test
ENV_STATE=test
HOST=agr_literature
PSQL_USERNAME=postgres
PSQL_PASSWORD=postgres
PSQL_HOST=postgres
PSQL_PORT=5433
PSQL_DATABASE=literature-test
PGADMIN_DEFAULT_PASSWORD=password
PGADMIN_PORT=8882
SCHEMA='/path/to/schema.json'
ELASTICSEARCH_HOST=elasticsearch
ELASTICSEARCH_PORT=9200
ELASTICSEARCH_INDEX=references_index
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_DB=0
REDIS_AUTH=password
API_PORT=8080
API_SERVER=literature_api
DEBEZIUM_VERSION=1.9
DEBEZIUM_CONNECTOR_HOST=dbz_connector
DEBEZIUM_CONNECTOR_PORT=8083
DEBEZIUM_INDEX_NAME=test_references_index
DEBEZIUM_KSQLDB_HOST=dbz_ksql_server
DEBEZIUM_KSQLDB_PORT=8088
OKTA_CLIENT_ID=
OKTA_CLIENT_SECRET=
LOG_PATH=.
LOG_URL=
CRONTAB_EMAIL=
SENDER_EMAIL=
SENDER_PASSWORD=
REPLY_TO=
TEST_CLEANUP=true
ALLIANCE_FMS_RELEASE=5.2.2
ID_MATI_URL=
NCBI_API_KEY=
PDF2TEI_API_URL=
ATEAM_API_URL=
SGD_API_URL=