forked from buerokratt/Global-Classifier
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstants.ini
More file actions
19 lines (19 loc) · 1.02 KB
/
constants.ini
File metadata and controls
19 lines (19 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[DSL]
GLOBAL_CLASSIFIER_RUUTER_PUBLIC=http://ruuter-public:8086/global-classifier
GLOBAL_CLASSIFIER_RUUTER_PRIVATE=http://ruuter-private:8088/global-classifier
GLOBAL_CLASSIFIER_DMAPPER=http://data-mapper:3000
GLOBAL_CLASSIFIER_RESQL=http://resql:8082/global-classifier
GLOBAL_CLASSIFIER_PROJECT_LAYER=global-classifier
GLOBAL_CLASSIFIER_TIM=http://tim:8085
GLOBAL_CLASSIFIER_CRON_MANAGER=http://cron-manager:9010
GLOBAL_CLASSIFIER_FILE_HANDLER=http://file-handler:8000
GLOBAL_CLASSIFIER_NOTIFICATIONS=http://notifications-node:4040
GLOBAL_CLASSIFIER_ANONYMIZER=http://anonymizer:8010
GLOBAL_CLASSIFIER_TESTING_ENV_MODEL_SERVER=http://triton-test-server:8000
GLOBAL_CLASSIFIER_TESTING_ENV_MODEL_METRICS=http://triton-test-server:8001
GLOBAL_CLASSIFIER_PRODUCTION_ENV_MODEL_SERVER=http://triton-production-server:8000
GLOBAL_CLASSIFIER_PRODUCTION_ENV_MODEL_METRICS=http://triton-production-server:8001
DOMAIN=localhost
DB_PASSWORD=dbadmin
CHATBOT_CLASSIFIER_SERVICE=http://classifier-service:8090
GLOBAL_CLASSIFIER_S3_FERRY=http://gc-s3-ferry:3000