summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2018-08-02 03:26:14 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-02 03:26:14 +0000
commit654ebdff4c9ec2487b819d2b76273732759de4c7 (patch)
tree5681e5435d4801be22ef13b9b6263137d5e891f4 /etc
parentab85ff62566a1fa8ef6b2ee86a93ab741cd434ed (diff)
parentfc073344d4c0eb8a28bf34c07a8439176cf846ca (diff)
Merge "Replace nsaCore library with Spring"
Diffstat (limited to 'etc')
-rwxr-xr-xetc/collector.properties4
-rw-r--r--etc/passwordfile2
2 files changed, 3 insertions, 3 deletions
diff --git a/etc/collector.properties b/etc/collector.properties
index 67c6d39c..4354eb69 100755
--- a/etc/collector.properties
+++ b/etc/collector.properties
@@ -24,8 +24,8 @@ collector.service.port=8080
collector.service.secure.port=8443
## The keystore must be setup per installation when secure port is configured
-collector.keystore.file.location=../etc/keystore
-collector.keystore.passwordfile=./etc/passwordfile
+collector.keystore.file.location=etc/keystore
+collector.keystore.passwordfile=etc/passwordfile
collector.keystore.alias=tomcat
diff --git a/etc/passwordfile b/etc/passwordfile
index 702a4cbd..25acfbf5 100644
--- a/etc/passwordfile
+++ b/etc/passwordfile
@@ -1 +1 @@
-collector
+collector \ No newline at end of file