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
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ REDIS_PORT=6379

ENABLE_SETTINGS_EXPERIMENT=

INTERNAL_FEED=http://localhost:6000/feed.json
PERSONALIZED_DIGEST_FEED=http://localhost:6000/feed.json
INTERNAL_FEED=http://localhost:6000
PERSONALIZED_DIGEST_FEED=http://localhost:6000
LOFN_ORIGIN=http://localhost:6002
BRIEFING_FEED=http://api

Expand Down
4 changes: 2 additions & 2 deletions .infra/Pulumi.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ config:
secure: AAABAJEgS6b8xZv0j06KOawyNMdkTpGmzKs7Ryed5SofiLp3vSTjxhqQuKSVsaHjR5s=
growthbookClientKey:
secure: AAABAIVkkeJGes/CVRjekXu8GfXXhC9FihKkcb2C4peMA7yS7HbO52uViOrP5uIFmgAQ2A==
internalFeed: http://feed.feed.svc.cluster.local/api/feed?
internalFeed: http://feed.feed.svc.cluster.local
jwtAudience:
secure: AAABABYdafVA0XsTaLOHd1ROWJc6ggvXKA+e+lOjg3jduCMeGQ==
jwtIssuer:
Expand Down Expand Up @@ -106,7 +106,7 @@ config:
paddleEnvironment: production
paddleWebhookSecret:
secure: AAABAMlKmiJ3FUQOJKHlOEbgpKnYDi6z62jEVcWDLdvhWuqRAah/dUZrgF9aISC86B56vR9M0wbp2/C7gJVy5if2n+O25cz6VJtJpSvgkSkfua6kDHX1qzNe1ewqxYh6VOBz1zLH
personalizedDigestFeed: http://feed-digest-server.feed/api/personalised
personalizedDigestFeed: http://feed-digest-server.feed
personalizedDigestSecret:
secure: AAABAN1TYaqznVMVbKDZtYEnLGB0VIzXDrpcmB6rBsImneobrDOS12T4XwbVvnexdZt1NBCnZRBwH4AL7OgpZkj/2UgT8Lzj0o7TdVSBeIeVDzKa/V6jlvJ4AskEC9rg
postScraperOrigin: http://post-scraper-one-ai-server.content.svc.cluster.local
Expand Down
Loading
Loading