On 2018/08/28 13:13, Stuart Henderson wrote:
> + 
> + # REST
> +-netshot.http.ssl.keystore.file = /usr/local/netshot/netshot.jks
> ++netshot.http.ssl.keystore.file = ${LOCALBASE}/netshot/netshot.jks

Oops sorry, this should be s/LOCALBASE/PREFIX/.

> + netshot.http.ssl.keystore.pass = password
> + #netshot.http.baseurl = https://localhost
> + netshot.http.baseurl = https://0.0.0.0
> +@@ -29,7 +29,7 @@ netshot.snmptrap.community = Netsh01
> + # General settings
> + netshot.snapshots.auto.interval = 15
> + netshot.snapshots.auto.anyip = true
> +-netshot.drivers.path = /usr/local/netshot/drivers
> ++netshot.drivers.path = ${LOCALBASE}/netshot/drivers

And here.

Reply via email to