mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add measurements in InfluxdbService
This commit is contained in:
11
.env
11
.env
@@ -61,6 +61,8 @@ MAILER_SENDER_NAME="Domain Watchdog"
|
||||
MAILER_SENDER_EMAIL=notifications@example.com
|
||||
REGISTRATION_ENABLED=true
|
||||
REGISTRATION_VERIFY_EMAIL=false
|
||||
|
||||
# AUTH
|
||||
OAUTH_CLIENT_ID=
|
||||
OAUTH_CLIENT_SECRET=
|
||||
OAUTH_AUTHORIZATION_URL=
|
||||
@@ -73,7 +75,16 @@ OAUTH_SCOPE=
|
||||
# outgoing IP address.
|
||||
OUTGOING_IP=
|
||||
|
||||
|
||||
# FEATURES
|
||||
LIMITED_FEATURES=false
|
||||
LIMIT_MAX_WATCHLIST=0
|
||||
LIMIT_MAX_WATCHLIST_DOMAINS=0
|
||||
LIMIT_MAX_WATCHLIST_WEBHOOKS=0
|
||||
|
||||
# STATISTICS
|
||||
INFLUXDB_ENABLED=false
|
||||
INFLUXDB_URL=http://localhost:8086
|
||||
INFLUXDB_TOKEN=TOKEN
|
||||
INFLUXDB_BUCKET=domainwatchdog
|
||||
INFLUXDB_ORG=domainwatchdog
|
||||
|
||||
Reference in New Issue
Block a user