mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-18 13:34:06 +01:00
26 lines
959 B
Plaintext
26 lines
959 B
Plaintext
# Supabase Configuration
|
|
PROJECT_ID=supabase-project-id
|
|
NEXT_PUBLIC_SUPABASE_URL=supabase-project-url
|
|
NEXT_PUBLIC_SUPABASE_URL_SOURCE=supabase-project-url-without-https (e.g., https://example.com -> example.com)
|
|
NEXT_PUBLIC_SUPABASE_ANON_KEY=supabase-anon-key
|
|
SUPABASE_SERVICE_ROLE_KEY=supabase-service-role-key
|
|
|
|
# Google Authentication Configuration
|
|
NEXT_PUBLIC_AUTH_GOOGLE_ID=google-auth-client-id
|
|
NEXT_PUBLIC_AUTH_GOOGLE_SECRET=google-auth-client-secret
|
|
|
|
# Stripe Configuration
|
|
NEXT_PUBLIC_STRIPE_PUBLIC_KEY=stripe-public-key
|
|
STRIPE_SECRET_KEY=stripe-secret-key
|
|
|
|
# Testing Server URL
|
|
NEXT_PUBLIC_TEST_URL=testing-server-url
|
|
|
|
# Admin User Credentials (Must exist in the real database)
|
|
NEXT_PUBLIC_ADMIN_EMAIL=admin@example.com
|
|
NEXT_PUBLIC_ADMIN_PASSWORD=admin-secure-password
|
|
|
|
# Temporary Regular User Credentials for Testing (Delete after test completion)
|
|
NEXT_PUBLIC_TEST_USER_EMAIL=test-user@example.com
|
|
NEXT_PUBLIC_TEST_USER_PASSWORD=test-user-password
|