From e8c966373f25bc769fae4512bccc44903bf7309b Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Fri, 18 Aug 2017 10:09:01 -0400 Subject: Rename to OOM (no more ecd) - Change to OOM Dashboard (no more ECOMP Controller) - Rework some exception handling Issue: CCSDK-61 Change-Id: Id5379e8b272b651373c79f46b20da1d32de013ed Signed-off-by: Christopher Lott (cl778h) --- .../src/main/webapp/WEB-INF/conf/dashboard.properties | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 oom-app-os/src/main/webapp/WEB-INF/conf/dashboard.properties (limited to 'oom-app-os/src/main/webapp/WEB-INF/conf/dashboard.properties') diff --git a/oom-app-os/src/main/webapp/WEB-INF/conf/dashboard.properties b/oom-app-os/src/main/webapp/WEB-INF/conf/dashboard.properties new file mode 100644 index 0000000..735afe6 --- /dev/null +++ b/oom-app-os/src/main/webapp/WEB-INF/conf/dashboard.properties @@ -0,0 +1,18 @@ +# ONAP dashboard.properties + +# Properties for the OOM Dashboard webapp + +# Controllers - one KEY for each set of properties "KEY.property" below. +controller.key.list = dev, qa + +dev.name = Development host +dev.url = http://127.0.0.1:8080 +dev.username = user +dev.password = pass +dev.is_encrypted = false + +qa.name = QA host +qa.url = http://1.2.3.4:8080 +qa.username = user +qa.password = pass +qa.is_encrypted = false -- cgit