summarylogtreecommitdiffstats
path: root/webconfig.json.patch
diff options
context:
space:
mode:
Diffstat (limited to 'webconfig.json.patch')
-rw-r--r--webconfig.json.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/webconfig.json.patch b/webconfig.json.patch
new file mode 100644
index 000000000000..75944934ce0e
--- /dev/null
+++ b/webconfig.json.patch
@@ -0,0 +1,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",