mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-03 05:39:12 -04:00
Privacy: Add an option to disable IP logging
This commit is contained in:
parent
a120d78b7e
commit
fbe4e43c3d
3 changed files with 18 additions and 0 deletions
|
@ -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! */
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue