# Test Environment Configuration NODE_ENV=test TEST_MODE=true LOG_LEVEL=silent # Cloudflare Configuration (Test Values) CLOUDFLARE_ACCOUNT_ID=test-account-id CLOUDFLARE_DATABASE_ID=test-database-id CLOUDFLARE_D1_TOKEN=test-d1-token # Authentication BETTER_AUTH_SECRET=test-secret-key-for-authentication-never-use-in-production BETTER_AUTH_URL=http://localhost:8787 # Email Service RESEND_API_KEY=re_test_mock_api_key_for_testing MOCK_EMAIL_SERVICE=true # Server Configuration PORT=8787