feat: limit the maximum number of webhooks per Watchlist

This commit is contained in:
Maël Gangloff
2024-08-18 18:25:11 +02:00
parent 050c82bea9
commit e1e54d9e26
3 changed files with 17 additions and 1 deletions

1
.env
View File

@@ -70,3 +70,4 @@ OAUTH_SCOPE=
LIMITED_FEATURES=false
LIMIT_MAX_WATCHLIST=0
LIMIT_MAX_WATCHLIST_DOMAINS=0
LIMIT_MAX_WATCHLIST_WEBHOOKS=0