Privacy: Add an option to disable IP logging

This commit is contained in:
Grant Woodford 2013-10-19 21:37:11 +02:00
parent a120d78b7e
commit fbe4e43c3d
3 changed files with 18 additions and 0 deletions

View file

@ -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! */
/*