Skip to content

Commit 7c97d3b

Browse files
authored
chore: updated skadi boost api url (#3320)
Signed-off-by: Viktor Poluksht <[email protected]>
1 parent f0b407f commit 7c97d3b

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

.env

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ ANALYTICS_URL=http://localhost:5000
4343
NJORD_ORIGIN=http://njord-transactions-server
4444
FREYJA_ORIGIN=http://localhost:7800
4545
SKADI_ORIGIN=http://localhost:8080
46-
SKADI_API_ORIGIN=http://skadi-post-boost-api.local.svc.cluster.local
47-
SKADI_API_ORIGIN_V2=http://skadi-api-server.local.svc.cluster.local
46+
SKADI_API_ORIGIN_V2=http://skadi-boost-api-server.local.svc.cluster.local
4847
MIMIR_ORIGIN=http://localhost:7600
4948
GONDUL_ORIGIN=http://host.docker.internal:9021
5049
BROKKR_ORIGIN=http://brokkr-grpc:50051
@@ -94,4 +93,4 @@ RESUME_BUCKET_NAME=bucket-name
9493
EMPLOYMENT_AGREEMENT_BUCKET_NAME=other-bucket-name
9594

9695
MAPBOX_GEOCODING_URL=https://api.mapbox.com/search/geocode/v6/forward
97-
MAPBOX_ACCESS_TOKEN=topsecret
96+
MAPBOX_ACCESS_TOKEN=topsecret

.infra/Pulumi.adhoc.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ config:
5656
defaultImageUrl: https://res.cloudinary.com/daily-now/image/upload/s--P4t4XyoV--/f_auto/v1722860399/public/Placeholder%2001,https://res.cloudinary.com/daily-now/image/upload/s--VDukGCjf--/f_auto/v1722860399/public/Placeholder%2002,https://res.cloudinary.com/daily-now/image/upload/s--HRgLpUt6--/f_auto/v1722860399/public/Placeholder%2003,https://res.cloudinary.com/daily-now/image/upload/s--foaA6JGU--/f_auto/v1722860399/public/Placeholder%2004,https://res.cloudinary.com/daily-now/image/upload/s--CxzD6vbw--/f_auto/v1722860399/public/Placeholder%2005,https://res.cloudinary.com/daily-now/image/upload/s--ZrL_HSsR--/f_auto/v1722860399/public/Placeholder%2006,https://res.cloudinary.com/daily-now/image/upload/s--1KxV4ohY--/f_auto/v1722860400/public/Placeholder%2007,https://res.cloudinary.com/daily-now/image/upload/s--0_ODbtD2--/f_auto/v1722860399/public/Placeholder%2008,https://res.cloudinary.com/daily-now/image/upload/s--qPvKM23u--/f_auto/v1722860399/public/Placeholder%2009,https://res.cloudinary.com/daily-now/image/upload/s--OHB84bZF--/f_auto/v1722860399/public/Placeholder%2010,https://res.cloudinary.com/daily-now/image/upload/s--2-1xRawN--/f_auto/v1722860399/public/Placeholder%2011,https://res.cloudinary.com/daily-now/image/upload/s--58gMhC4P--/f_auto/v1722860399/public/Placeholder%2012
5757
digestQueueConcurrency: 1000
5858
enablePubsub: true
59-
skadiApiOrigin: http://skadi-post-boost-api.local.svc.cluster.local
60-
skadiApiOriginV2: http://skadi-api-server.local.svc.cluster.local
59+
skadiApiOriginV2: http://skadi-boost-api-server.local.svc.cluster.local
6160
freyjaOrigin: http://freyja
6261
gcloudProject: local
6362
heimdallOrigin: http://heimdall-api

.infra/Pulumi.prod.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ config:
6363
digestQueueConcurrency: 1000
6464
experimentationKey:
6565
secure: AAABADH0xT7H6UeMlZG0fUEGjohQ1dvwcbIgJ3WMI5wfqScub3Qp3nvUDhska0DunbFmvj7IrtH07noRL1lCYg==
66-
skadiApiOrigin: http://skadi-post-boost-api.daily.svc.cluster.local
67-
skadiApiOriginV2: http://skadi-api-server.daily.svc.cluster.local
66+
skadiApiOriginV2: http://skadi-boost-api-server.daily.svc.cluster.local
6867
freyjaOrigin: http://freyja.freyja
6968
growthbookApiConfigClientKey:
7069
secure: AAABAJEgS6b8xZv0j06KOawyNMdkTpGmzKs7Ryed5SofiLp3vSTjxhqQuKSVsaHjR5s=

src/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ declare global {
6868
NJORD_ORIGIN: string;
6969
OPEN_EXCHANGE_RATES_APP_ID?: string;
7070
SKADI_ORIGIN: string;
71-
SKADI_API_ORIGIN: string;
7271
SKADI_API_ORIGIN_V2: string;
7372

7473
APPLE_APP_APPLE_ID: string;

0 commit comments

Comments
 (0)