Skip to content

Configuration

VariableDescriptionDefault
DATABASE_URLPlease check Symfony config
OUTGOING_IPOutgoing IPv4, needed for some providers
INFLUXDB_ENABLEDEnable the connection with InfluxDBfalse
INFLUXDB_URLInfluxDB URLhttp://localhost:8086
INFLUXDB_TOKENInfluxDB token
INFLUXDB_BUCKETInfluxDB bucket namedomainwatchdog
INFLUXDB_ORGInfluxDB organizationdomainwatchdog
LIMITED_FEATURESLimit certain features for usersfalse
LIMIT_MAX_WATCHLISTMaximum number of Watchlists per user0
LIMIT_MAX_WATCHLIST_DOMAINSMaximum number of domains per Watchlist0
LIMIT_MAX_WATCHLIST_WEBHOOKSMaximum number of webhooks per Watchlist0
MAILER_SENDER_NAMEName of the sender of emailsDomain Watchdog
MAILER_SENDER_EMAILSender’s email addressnotifications@example.com
REGISTRATION_ENABLEDEnable user registrationtrue
REGISTRATION_VERIFY_EMAILVerify email addresses during registrationfalse
MAILER_DSNPlease check Symfony confignull://null
OAUTH_CLIENT_IDClient ID (OAuth 2.0) for using external SSO
OAUTH_CLIENT_SECRETClient secret (OAuth 2.0)
OAUTH_AUTHORIZATION_URLAuthorization URL (OAuth 2.0)
OAUTH_TOKEN_URLToken URL (OAuth 2.0)
OAUTH_USERINFO_URLUser Info URL (OAuth 2.0)
OAUTH_SCOPEScope (OAuth 2.0)

Currently, there is no way to delete your account, reset your password, or enable multifactor authentication.

Registering users directly in the interface is recommended for individual instances. For multi-user environments, the recommended method is to use external SSO via the OAuth 2.0 protocol.