Skip to content

Commit 1a158e1

Browse files
author
WebDeveloperGuide
committed
Added Sample Enviroment Credentials
1 parent b1bb669 commit 1a158e1

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

web_admin/sample.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
REACT_APP_API_BASEURL=http://localhost:5002/api/

web_panel/sample.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
REACT_APP_API_BASEURL=http://localhost:5002/api/
2+
REACT_APP_PUBLISHABLE_KEY=pk_test_123

web_services/sample.env

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
DB_URL_DEVELOPMENT=mongodb://localhost/mern_ecommerce_database
2+
API_PORT=5002
3+
PASS_SECRET=TeGzfelIeTAWLu4jKD
4+
JWT_SECRET=LKadERmeZap3oz1N1jNRhD2B3
5+
STRIPE_SECRET_KEY=YOUR_STRIPE_SECRET_KEY_OF_ACCOUNT

0 commit comments

Comments
 (0)