Skip to content

Commit

Permalink
Update the uPlanetAddress field
Browse files Browse the repository at this point in the history
  • Loading branch information
Mutugiii committed Apr 25, 2024
1 parent 10d7bc2 commit 08b47f4
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 @@ -6,7 +6,7 @@ export const environment = {
chatAddress: window.location.origin + '/ml/',
couchAddress: window.location.origin + '/db',
centerAddress: 'planet-center-address',
uplanetAddress: 'https://uplanet.gt',
uplanetAddress: 'https://planet.gt',
centerProtocol: 'https',
parentProtocol: 'planet-parent-protocol',
uPlanetCode: 'guatemala',
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const environment = {
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,
uplanetAddress: 'https://planet.gt',
centerProtocol: 'https',
parentProtocol: 'https',
uPlanetCode: 'guatemala',
Expand Down

0 comments on commit 08b47f4

Please sign in to comment.