summaryrefslogtreecommitdiff
path: root/settings.json.template
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2014-07-22 15:46:31 +0100
committerJohn McLear <john@mclear.co.uk>2014-07-22 15:46:31 +0100
commit17f26b8c2c981ee993f812510d68751ca03637c3 (patch)
tree137e8de8f66a7074e5d12dca5b9eec1ee8822723 /settings.json.template
parent9d1eca42b385373bcd6a05d77cfcebbdd9596e91 (diff)
downloadetherpad-lite-17f26b8c2c981ee993f812510d68751ca03637c3.zip
Support to allow for a setting so you can stop unknown file types from being imported
Diffstat (limited to 'settings.json.template')
-rw-r--r--settings.json.template11
1 files changed, 7 insertions, 4 deletions
diff --git a/settings.json.template b/settings.json.template
index 5868af6a..359d1f8b 100644
--- a/settings.json.template
+++ b/settings.json.template
@@ -74,19 +74,22 @@
/* This is the path to the Abiword executable. Setting it to null, disables abiword.
Abiword is needed to advanced import/export features of pads*/
"abiword" : null,
+
+ /* Should we allow of file types other than the supported types: .html, .txt, .doc, .docx, .rtf, .ods */
+ "allowUnknownFileEnds" : true,
/* This setting is used if you require authentication of all users.
Note: /admin always requires authentication. */
- "requireAuthentication": false,
+ "requireAuthentication" : false,
/* Require authorization by a module, or a user with is_admin set, see below. */
- "requireAuthorization": false,
+ "requireAuthorization" : false,
/*when you use NginX or another proxy/ load-balancer set this to true*/
- "trustProxy": false,
+ "trustProxy" : false,
/* Privacy: disable IP logging */
- "disableIPlogging": false,
+ "disableIPlogging" : false,
/* Users for basic authentication. is_admin = true gives access to /admin.
If you do not uncomment this, /admin will not be available! */