5 lines
177 B
Plaintext
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 |