buckets/.env.test

8 lines
351 B
Text
Raw Permalink Normal View History

2026-06-15 01:04:32 +02:00
# define your env variables for the test env here
KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st'
# Test database: real Postgres (same engine as prod). Doctrine's when@test config
# appends "_test" to the dbname, so this resolves to "buckets_test".
DATABASE_URL="postgresql://buckets:buckets@database:5432/buckets?serverVersion=16&charset=utf8"