Skip to content

Commit

Permalink
added example env + minor pacage updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hirawatt committed Apr 17, 2024
1 parent f9f24d6 commit 7811557
Show file tree
Hide file tree
Showing 7 changed files with 19,502 additions and 14,228 deletions.
2 changes: 2 additions & 0 deletions client/example.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
REACT_APP_BACKEND_API=http://localhost:8000/api
REACT_APP_FRONTEND=http://localhost:3000
30,228 changes: 18,316 additions & 11,912 deletions client/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.19.2",
"axios": "^1.6.8",
"bootstrap": "^4.5.0",
"compression": "^1.7.4",
"express": "^4.17.1",
Expand All @@ -16,7 +16,7 @@
"react-dom": "^16.13.1",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-scripts": "^5.0.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"socket.io-client": "^2.3.0"
Expand Down
15 changes: 15 additions & 0 deletions config/example_dev_keys.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module.exports = {
google: {
clientID: '',
clientSecret: ''
},
session: {
cookieKey: ''
},
mongoURI: ''
, twilio: {
serviceID: '',
accountSID: '',
authToken: ''
}
};
10 changes: 10 additions & 0 deletions example.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
NODE_ENV=development
PORT=8000
CLIENT_URI=http://localhost:3000
CLIENT_ID=
CLIENT_SECRET=
COOKIE_KEY=
MONGO_URI=
SERVICE_ID=
ACCOUNT_SID=
AUTH_TOKEN=
Loading

0 comments on commit 7811557

Please sign in to comment.