2024-07-10 22:25:27 +02:00
|
|
|
# define your env variables for the test env here
|
|
|
|
|
KERNEL_CLASS='App\Kernel'
|
|
|
|
|
APP_SECRET='$ecretf0rt3st'
|
|
|
|
|
SYMFONY_DEPRECATIONS_HELPER=999999
|
2025-10-14 18:04:34 +02:00
|
|
|
DATABASE_URL="postgresql://postgres:postgres@127.0.0.1:5432/postgres?serverVersion=16&charset=utf8"
|
2025-10-15 18:55:39 +02:00
|
|
|
|
|
|
|
|
# FEATURES
|
|
|
|
|
LIMITED_FEATURES=true
|
|
|
|
|
LIMIT_MAX_WATCHLIST=10
|
|
|
|
|
LIMIT_MAX_WATCHLIST_DOMAINS=10
|
|
|
|
|
LIMIT_MAX_WATCHLIST_WEBHOOKS=10
|
2025-10-17 12:39:40 +02:00
|
|
|
|
|
|
|
|
# TEST
|
|
|
|
|
GANDI_PAT_TOKEN=
|
2025-10-17 23:08:28 +02:00
|
|
|
|
|
|
|
|
NAMECOM_USERNAME=
|
|
|
|
|
NAMECOM_PASSWORD=
|
2025-10-19 13:27:33 +02:00
|
|
|
|
|
|
|
|
NAMECHEAP_USERNAME=
|
|
|
|
|
NAMECHEAP_TOKEN=
|
|
|
|
|
|
|
|
|
|
# Typically your IP address, this envvar is required for
|
|
|
|
|
# some connectors that need to be provided with your host's
|
|
|
|
|
# outgoing IP address.
|
|
|
|
|
OUTGOING_IP=
|