Skip to content

Commit

Permalink
Add production environment variables and update .gitignore
Browse files Browse the repository at this point in the history
Added new environment variables for the production environment in .env file and updated the .gitignore file to recognize the .env file. The new environment variables include Stripe's public key, success URL, and cancel URL.
  • Loading branch information
THORSTEN SCHMINKEL committed Feb 12, 2024
1 parent 93d5cf8 commit 7a7f95e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
VITE_BASE_PATH=/
VITE_STRIPE_PUBLIC_KEY=pk_test_51KVz3lHxQ9v68qpG3VOVHvXoZ5gAMuGxDrJ8ICfuc9IkKrL0OE2p5iFYAL9MWfqKSXJ8IdCYcVLBTflfIQNDHXVT005mUdCINI
VITE_STRIPE_SUCCESS_URL=http://localhost:4173/
VITE_STRIPE_CANCEL_URL=http://localhost:4173/

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ dist-ssr
*.sw?

.env*.local
.env

0 comments on commit 7a7f95e

Please sign in to comment.