Implemented Stripe Embedded Checkout Component;
Inclusion of .env files;
This commit is contained in:
5
web_server/backend/.env.example
Normal file
5
web_server/backend/.env.example
Normal file
@@ -0,0 +1,5 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user