DCAE-D be initial commit
[sdc/dcae-d/dt-be-main.git] / dcaedt_be / src / main / webapp / WEB-INF / config / dcae-be / application.properties
1 # Configure the server to run with SSL/TLS and using HTTPS
2 server.port=8446
3 server.contextPath=/
4 ##ScheduleTimer
5 scheduled.timer.value=5000
6 asdc_catalog_url=asdc
7 #uri=https://dcaeDesigner:Aa123456@zldcrdm2sdc2abe01.3f1a87.rdm2.tci.att.com:8443#demo
8 uri=https://dcaeDesigner:Aa123456@zldcrdm2sdc4cbe01.3f1a87.rdm2.tci.att.com:8443#demo
9 toscalab_url=http://localhost:8080/
10 blueprinter.uri=${toscalab_url}translate
11 blueprinter.hcuri=${toscalab_url}healthcheck
12 blueprinter.hcretrynum=3
13 asdc_rootPath=/sdc/v1/catalog/
14 healthpoller.fixedDelay=15000
15 compositionConfig.isRuleEditorActive=false
16 compositionConfig.flowTypes={"Syslog":{"entryPointPhaseName":"syslog_map","lastPhaseName":"map_publish"},\
17         "SNMP":{"entryPointPhaseName":"snmp_map","lastPhaseName":"map_publish"},\
18     "FOI":{"entryPointPhaseName":"foi_map","lastPhaseName":"map_publish"},\
19     "Guest OS":{"entryPointPhaseName":"guest_os_map","lastPhaseName":"map_publish"},\
20     "Status Poller":{"entryPointPhaseName":"status_poller_map","lastPhaseName":"map_publish"},\
21     "SNMP Polling":{"entryPointPhaseName":"snmp_polling_map","lastPhaseName":"map_publish"},\
22     "TCA Hi Lo":{"entryPointPhaseName":"tca_hi_lo_map","lastPhaseName":"map_publish"}}