Skip to content

Commit

Permalink
Update the environments accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
Mutugiii committed Jul 21, 2023
1 parent 080c2bb commit aa44359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const environment = {
test: false,
// Change this to Docker address
// couchAddress: 'planet-db-host:planet-db-port/',
chatAddress: window.location.protocol + '//' + window.location.hostname + ':5000',
chatAddress: window.location.origin + '/ml',
couchAddress: window.location.origin + '/db',
centerAddress: 'planet-center-address',
uplanetAddress: 'https://uplanet.gt',
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
export const environment = {
production: false,
test: false,
chatAddress: window.location.protocol + '//' + window.location.hostname + '/ml/',
chatAddress: window.location.protocol + '//' + window.location.hostname + ':5000',
couchAddress: window.location.protocol + '//' + window.location.hostname + ':2200',
centerAddress: 'planet.earth.ole.org/db',
uplanetAddress: window.location.origin,
Expand Down

0 comments on commit aa44359

Please sign in to comment.