summarylogtreecommitdiffstats
path: root/webconfig.json.patch
blob: 75944934ce0e0b3da8f207148da6d0a9c297e78b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
14c14
< 			"dirname": "../logs",
---
> 			"dirname": "/var/log/evostreamms",
29,32c29,32
< 	"whitelistFile": "../config/whitelist.txt",
< 	"blacklistFile": "../config/blacklist.txt",
< 	"sslKeyFile": "../config/server.key",
< 	"sslCertFile": "../config/server.cert",
---
> 	"whitelistFile": "/etc/evostreamms/whitelist.txt",
> 	"blacklistFile": "/etc/evostreamms/blacklist.txt",
> 	"sslKeyFile": "/etc/evostreamms/server.key",
> 	"sslCertFile": "/etc/evostreamms/server.cert",
34c34
< 	"webRootFolder": "../evo-webroot",
---
> 	"webRootFolder": "/var/evo-webroot",