We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bb669 commit 1a158e1Copy full SHA for 1a158e1
web_admin/sample.env
@@ -0,0 +1 @@
1
+REACT_APP_API_BASEURL=http://localhost:5002/api/
web_panel/sample.env
@@ -0,0 +1,2 @@
2
+REACT_APP_PUBLISHABLE_KEY=pk_test_123
web_services/sample.env
@@ -0,0 +1,5 @@
+DB_URL_DEVELOPMENT=mongodb://localhost/mern_ecommerce_database
+API_PORT=5002
3
+PASS_SECRET=TeGzfelIeTAWLu4jKD
4
+JWT_SECRET=LKadERmeZap3oz1N1jNRhD2B3
5
+STRIPE_SECRET_KEY=YOUR_STRIPE_SECRET_KEY_OF_ACCOUNT
0 commit comments