mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
18 lines
420 B
Plaintext
18 lines
420 B
Plaintext
# define your env variables for the test env here
|
|
KERNEL_CLASS='App\Kernel'
|
|
APP_SECRET='$ecretf0rt3st'
|
|
SYMFONY_DEPRECATIONS_HELPER=999999
|
|
DATABASE_URL="postgresql://postgres:postgres@127.0.0.1:5432/postgres?serverVersion=16&charset=utf8"
|
|
|
|
# FEATURES
|
|
LIMITED_FEATURES=true
|
|
LIMIT_MAX_WATCHLIST=10
|
|
LIMIT_MAX_WATCHLIST_DOMAINS=10
|
|
LIMIT_MAX_WATCHLIST_WEBHOOKS=10
|
|
|
|
# TEST
|
|
GANDI_PAT_TOKEN=
|
|
|
|
NAMECOM_USERNAME=
|
|
NAMECOM_PASSWORD=
|