# 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"