# define your env variables for the test env here KERNEL_CLASS='App\Kernel' APP_SECRET='$ecretf0rt3st' # Separate database from dev so DAMA's transaction-rollback isolation doesn't # share state with whatever the dev environment is mid-experiment with. DATABASE_URL=postgresql://db:db@db:5432/db_test?serverVersion=16&charset=utf8 MESSENGER_TRANSPORT_DSN=in-memory:// SHARE_TOKEN_TTL_DAYS=7 HARD_DELETE_TOKEN_TTL_DAYS=30 MAILER_SENDER=noreply@test.example