Skip to content

Commit

Permalink
Bugfix/Add config.js for git to track
Browse files Browse the repository at this point in the history
  • Loading branch information
souravs17031999 committed Apr 3, 2022
1 parent 1f45ccb commit b77be95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
config.js
node_modules
access.log
6 changes: 6 additions & 0 deletions public/js/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
var configTestEnv = {
"authServiceHost" : "http://localhost:8081",
"userServiceHost" : "http://localhost:8082",
"productServiceHost": "http://localhost:8083",
"notificationServiceHost": "http://localhost:8084"
}

0 comments on commit b77be95

Please sign in to comment.