summaryrefslogtreecommitdiff
path: root/settings.json.template
diff options
context:
space:
mode:
authorGrant Woodford <grant@eyesonlynetwork.com>2013-10-19 21:37:11 +0200
committerGrant Woodford <grant@eyesonlynetwork.com>2013-10-19 21:37:11 +0200
commitfbe4e43c3d3487401cc4382bd6aa4da8b8aadaae (patch)
tree5ecc2855d9c5bf13d302fff3126a53328c844a80 /settings.json.template
parenta120d78b7ef5287c802ec2e950b68669257aab51 (diff)
downloadetherpad-lite-fbe4e43c3d3487401cc4382bd6aa4da8b8aadaae.zip
Privacy: Add an option to disable IP logging
Diffstat (limited to 'settings.json.template')
-rw-r--r--settings.json.template3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.json.template b/settings.json.template
index 011c9e6e..50e7e9d4 100644
--- a/settings.json.template
+++ b/settings.json.template
@@ -82,6 +82,9 @@
/*when you use NginX or another proxy/ load-balancer set this to true*/
"trustProxy": false,
+ /* Privacy: disable IP logging */
+ "disableIPlogging": false,
+
/* Users for basic authentication. is_admin = true gives access to /admin.
If you do not uncomment this, /admin will not be available! */
/*