Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
Removed Easter eggs
  • Loading branch information
fishmandev committed Jun 7, 2021
1 parent 0a02be2 commit 657c42e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// “In a software project team of ten, there are probably three people who produce enough defects to make them net-negative producers.”
export const Server = {
endpoint : process.env.REACT_APP_ENDPOINT,
project: process.env.REACT_APP_PROJECT,
collectionID : process.env.REACT_APP_COLLECTION_ID
}
}

0 comments on commit 657c42e

Please sign in to comment.