Files
gander/web_server/backend/.env.example
Chris-1010 92fdf3f3f3 Implemented Stripe Embedded Checkout Component;
Inclusion of .env files;
2025-01-22 22:54:18 +00:00

5 lines
177 B
Plaintext

# Example backend variables (for git)
FLASK_SECRET_KEY=your_secret_key_here
STRIPE_SECRET_KEY=sk_test_51112222...
DATABASE_URL=postgresql://user:password@localhost:5432/db_name