Merge branch 'api-ip-exempt' of https://github.com/rodehoed/PrivateBin into api-ip-exempt

This commit is contained in:
LinQhost Managed hosting 2021-05-05 08:43:32 +02:00
commit 63d6816c7c
5 changed files with 130 additions and 6 deletions

View file

@ -79,9 +79,10 @@ class Configuration
'markdown' => 'Markdown',
),
'traffic' => array(
'limit' => 10,
'header' => null,
'dir' => 'data',
'limit' => 10,
'header' => null,
'dir' => 'data',
'exemptedIp' => null,
),
'purge' => array(
'limit' => 300,