Skip to content

Commit

Permalink
Merge pull request #16 from souravs17031999/feature/Update-backend-ho…
Browse files Browse the repository at this point in the history
…sts-deployed

Update backend services deployed instances host
  • Loading branch information
souravs17031999 authored Dec 3, 2022
2 parents ee688de + ebc9aaa commit 7c8b380
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions public/js/config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
var configTestEnv = {
"authServiceHost" : "http://localhost:3000",
"userServiceHost" : "http://localhost:3000",
"productServiceHost": "http://localhost:3000",
"notificationServiceHost": "http://localhost:3000",
"logoutRedirectUri": "http://localhost:3000/index.html",
"loginIndexRedirectUri": "http://localhost:3000/home.html",
"loginHomeRedirectUri": "http://localhost:3000/home.html",
"loginProfileRedirectUri": "http://localhost:3000/profile.html"
"userServiceHost" : "https://opioner-user-service.onrender.com",
"productServiceHost": "https://opioner-product-service.onrender.com",
"notificationServiceHost": "https://opioner-notification-service.onrender.com",
"logoutRedirectUri": "https://opioner-home.onrender.com/index.html",
"loginIndexRedirectUri": "https://opioner-home.onrender.com/home.html",
"loginHomeRedirectUri": "https://opioner-home.onrender.com/home.html",
"loginProfileRedirectUri": "https://opioner-home.onrender.com/profile.html"
}

0 comments on commit 7c8b380

Please sign in to comment.