From 3e16755a8fe971cb2be5627c48c5d0327ea5ca70 Mon Sep 17 00:00:00 2001 From: Mutugi <48474421+Mutugiii@users.noreply.github.com> Date: Fri, 26 Apr 2024 22:07:08 +0300 Subject: [PATCH] landing: change guatemala config (#7451) Co-authored-by: dogi --- package.json | 4 ++-- src/environments/environment.prod.ts | 2 +- src/environments/environment.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8448617fb0..73120ff8be 100755 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index e61496aa50..2d758a270e 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -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', diff --git a/src/environments/environment.ts b/src/environments/environment.ts index d3ea55df90..d3ebb18574 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -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',