Skip to content

Commit

Permalink
landing: change guatemala config (#7451)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
Mutugiii and dogi authored Apr 26, 2024
1 parent 2d9aa2d commit 3e16755
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "planet",
"license": "AGPL-3.0",
"version": "0.14.27",
"version": "0.14.28",
"myplanet": {
"latest": "v0.14.98",
"latest": "v0.14.99",
"min": "v0.14.0"
},
"scripts": {
Expand Down
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 3e16755

Please sign in to comment.