Skip to content

Commit

Permalink
local & dev env setup
Browse files Browse the repository at this point in the history
  • Loading branch information
darkenergy96 committed Aug 18, 2018
1 parent 9d2cc37 commit 86e818d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const url =
process.env.NODE_ENV !== "production"
? "http://localhost:3000"
: "https://api.avishkarmnnit.in";
export default url;

0 comments on commit 86e818d

Please sign in to comment.