diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-08-02 03:26:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-02 03:26:14 +0000 |
commit | 654ebdff4c9ec2487b819d2b76273732759de4c7 (patch) | |
tree | 5681e5435d4801be22ef13b9b6263137d5e891f4 /etc | |
parent | ab85ff62566a1fa8ef6b2ee86a93ab741cd434ed (diff) | |
parent | fc073344d4c0eb8a28bf34c07a8439176cf846ca (diff) |
Merge "Replace nsaCore library with Spring"
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/collector.properties | 4 | ||||
-rw-r--r-- | etc/passwordfile | 2 |
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 |