diff options
Diffstat (limited to 'oom-app-os/src/main/webapp/WEB-INF/conf/dashboard.properties')
-rw-r--r-- | oom-app-os/src/main/webapp/WEB-INF/conf/dashboard.properties | 18 |
1 files changed, 0 insertions, 18 deletions
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 deleted file mode 100644 index 735afe6..0000000 --- a/oom-app-os/src/main/webapp/WEB-INF/conf/dashboard.properties +++ /dev/null @@ -1,18 +0,0 @@ -# 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 |