summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2017-12-05 13:25:49 -0500
committerChris <ccbrown112@gmail.com>2017-12-05 12:25:49 -0600
commit36777057f2b92bd3c0a222f2266eef2cc52f57d7 (patch)
treed3df64ec075609078c4f1bc967d07f631d834390 /config
parent154a502f8e85df2d17f5d439c24fe129ee6be3dd (diff)
downloadchat-36777057f2b92bd3c0a222f2266eef2cc52f57d7.tar.gz
chat-36777057f2b92bd3c0a222f2266eef2cc52f57d7.tar.bz2
chat-36777057f2b92bd3c0a222f2266eef2cc52f57d7.zip
PLT-8289 Added ability to change location of client plugins (#7942)
Diffstat (limited to 'config')
-rw-r--r--config/default.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/default.json b/config/default.json
index 1c13c0f09..14acb47d0 100644
--- a/config/default.json
+++ b/config/default.json
@@ -349,6 +349,7 @@
"Enable": true,
"EnableUploads": false,
"Directory": "./plugins",
+ "ClientDirectory": "./client/plugins",
"Plugins": {},
"PluginStates": {}
}