Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ ANALYTICS_URL=http://localhost:5000
NJORD_ORIGIN=http://njord-transactions-server
FREYJA_ORIGIN=http://localhost:7800
SKADI_ORIGIN=http://localhost:8080
SKADI_API_ORIGIN=http://skadi-post-boost-api.local.svc.cluster.local
SKADI_API_ORIGIN_V2=http://skadi-api-server.local.svc.cluster.local
SKADI_API_ORIGIN_V2=http://skadi-boost-api-server.local.svc.cluster.local
MIMIR_ORIGIN=http://localhost:7600
GONDUL_ORIGIN=http://host.docker.internal:9021
BROKKR_ORIGIN=http://brokkr-grpc:50051
Expand Down Expand Up @@ -94,4 +93,4 @@ RESUME_BUCKET_NAME=bucket-name
EMPLOYMENT_AGREEMENT_BUCKET_NAME=other-bucket-name

MAPBOX_GEOCODING_URL=https://api.mapbox.com/search/geocode/v6/forward
MAPBOX_ACCESS_TOKEN=topsecret
MAPBOX_ACCESS_TOKEN=topsecret
3 changes: 1 addition & 2 deletions .infra/Pulumi.adhoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ config:
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
digestQueueConcurrency: 1000
enablePubsub: true
skadiApiOrigin: http://skadi-post-boost-api.local.svc.cluster.local
skadiApiOriginV2: http://skadi-api-server.local.svc.cluster.local
skadiApiOriginV2: http://skadi-boost-api-server.local.svc.cluster.local
freyjaOrigin: http://freyja
gcloudProject: local
heimdallOrigin: http://heimdall-api
Expand Down
3 changes: 1 addition & 2 deletions .infra/Pulumi.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ config:
digestQueueConcurrency: 1000
experimentationKey:
secure: AAABADH0xT7H6UeMlZG0fUEGjohQ1dvwcbIgJ3WMI5wfqScub3Qp3nvUDhska0DunbFmvj7IrtH07noRL1lCYg==
skadiApiOrigin: http://skadi-post-boost-api.daily.svc.cluster.local
skadiApiOriginV2: http://skadi-api-server.daily.svc.cluster.local
skadiApiOriginV2: http://skadi-boost-api-server.daily.svc.cluster.local
freyjaOrigin: http://freyja.freyja
growthbookApiConfigClientKey:
secure: AAABAJEgS6b8xZv0j06KOawyNMdkTpGmzKs7Ryed5SofiLp3vSTjxhqQuKSVsaHjR5s=
Expand Down
1 change: 0 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ declare global {
NJORD_ORIGIN: string;
OPEN_EXCHANGE_RATES_APP_ID?: string;
SKADI_ORIGIN: string;
SKADI_API_ORIGIN: string;
SKADI_API_ORIGIN_V2: string;

APPLE_APP_APPLE_ID: string;
Expand Down
Loading