Skip to content
Merged
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
6 changes: 3 additions & 3 deletions apps/tangle-cloud/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# blocks if we ever need to differ between staging and production.

[context.production.environment]
VITE_ENVIO_TESTNET_ENDPOINT = "http://178.104.232.124/v1/graphql"
VITE_ENVIO_TESTNET_ENDPOINT = "https://indexer-178-104-232-124.sslip.io/v1/graphql"
# Production is iframe-on. Falls back to link-out automatically for any
# blueprint that doesn't satisfy publisher + host + metadata gates, so
# this flag is safe to leave on once the in-app trust gates are doing
Expand All @@ -39,14 +39,14 @@
VITE_BLUEPRINT_IFRAME_ENABLED = "true"

[context.deploy-preview.environment]
VITE_ENVIO_TESTNET_ENDPOINT = "http://178.104.232.124/v1/graphql"
VITE_ENVIO_TESTNET_ENDPOINT = "https://indexer-178-104-232-124.sslip.io/v1/graphql"
# Preview deploys (PR builds) inherit production's iframe-on default
# so contributors testing iframe-mode manifests on a PR-preview URL
# see the same surface production users will.
VITE_BLUEPRINT_IFRAME_ENABLED = "true"

[context.branch-deploy.environment]
VITE_ENVIO_TESTNET_ENDPOINT = "http://178.104.232.124/v1/graphql"
VITE_ENVIO_TESTNET_ENDPOINT = "https://indexer-178-104-232-124.sslip.io/v1/graphql"
# Same default for any non-master branch deploy. The primary branch
# deploy is `develop`, which serves as our staging environment.
VITE_BLUEPRINT_IFRAME_ENABLED = "true"
Expand Down
Loading