Skip to content

Commit

Permalink
added env templates, and package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
kothariji committed Aug 14, 2021
1 parent 47c6959 commit d0a4ef6
Show file tree
Hide file tree
Showing 3 changed files with 23,436 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/.env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SECRET_KEY =
9 changes: 9 additions & 0 deletions frontend/.env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
REACT_APP_BANCKEND_API =
REACT_APP_BANCKEND_API_LOCAL =
REACT_APP_FIREBASE_API_KEY =
REACT_APP_FIREBASE_AUTH_DOMAIN =
REACT_APP_FIREBASE_PROJECT_ID =
REACT_APP_FIREBASE_STORAGE_BUCKET =
REACT_APP_FIREBASE_MESSAGING_SENDER_ID =
REACT_APP_FIREBASE_APP_ID =
REACT_APP_FIREBASE_MEASUREMENT_ID =
Loading

1 comment on commit d0a4ef6

@vercel
Copy link

@vercel vercel bot commented on d0a4ef6 Aug 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.