-
Notifications
You must be signed in to change notification settings - Fork 6
/
env-config.sh
executable file
·24 lines (24 loc) · 1.13 KB
/
env-config.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
export ACCOUNTS_SERVICE_URL=http://localhost:8081/accounts/v1
export ACCOUNTS_SERVICE_TIMEOUT="5seconds"
export ACCOUNTS_SERVICE_CLIENT_SECRET="foo"
export ANNOTATION_SERVICE_URL=http://localhost:8082/anno/v1
export ANNOTATION_SERVICE_TIMEOUT="30seconds"
export ANNOTATION_SERVICE_CLIENT_SECRET="foo"
export ANNOTATION_SERVICE_PAGE_SIZE=1000
export ANNOTATION_SERVICE_PAGING=parallel
export ANNOTATION_SERVICE_PAGE_COUNT=2
export ANNOTATION_SERVICE_V2_URL=http://localhost:8082/anno/v2
export APP_IMAGE_COPYRIGHT_OWNER=""
export CONCEPT_SERVICE_URL=http://localhost:8083/kb/v1
export CONCEPT_SERVICE_TIMEOUT="5seconds"
export MEDIA_SERVICE_URL=http://localhost:8084/vam/v1
export MEDIA_SERVICE_TIMEOUT="5seconds"
export MEDIA_SERVICE_CLIENT_SECRET="foo"
export PANOPTES_SERVICE_URL=http://localhost:8085/panoptes/v1
export PANOPTES_SERVICE_TIMEOUT="60seconds"
export PANOPTES_SERVICE_CLIENT_SECRET="foo"
export PREFERENCES_SERVICE_URL=http://localhost:8081/accounts/v1
export PREFERENCES_SERVICE_TIMEOUT="5seconds"
export PREFERENCES_SERVICE_CLIENT_SECRET="foo"
export SHARKTOPODA_DEFAULTS_CONTROL_PORT=8800
export SHARKTOPODA_DEFAULTS_FRAMEGRAB_PORT=5000