diff options
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 |