Skip to content

Commit

Permalink
feat: updated squid urls in envs
Browse files Browse the repository at this point in the history
  • Loading branch information
mckrava committed Aug 30, 2023
1 parent 173e790 commit 713dde8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/production/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ data:
FIREBASE_ADMIN_SDK_CREDS: "/var/run/secrets/firebase.json"
BOT_PORT: "3000"
API_NO_ADMIN_PROTECTION_STR: "false"
DATA_PROVIDER_SQUID_WS_URL: "wss://squid.subsquid.io/xsocial-wss/graphql"
DATA_PROVIDER_SQUID_WS_URL: "wss://squid.subsquid.io/xsocial/graphql"
DATA_PROVIDER_SQUID_HTTPS_URL: "https://squid.subsquid.io/xsocial/graphql"
TELEGRAM_BOT_GRILL_REDIRECTION_HREF: "https://grill.chat"
TELEGRAM_TEMPORARY_LINKING_ID_EXPIRATION_TIME_MINS_STR: "10"
Expand Down
4 changes: 2 additions & 2 deletions deployment/staging/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ data:
IPFS_ADMIN_NODE_URL: "https://gw.crustfiles.app/"
BOT_PORT: "3000"
API_NO_ADMIN_PROTECTION_STR: "false"
DATA_PROVIDER_SQUID_WS_URL: "wss://squid.subsquid.io/xsocial/v/v345/graphql"
DATA_PROVIDER_SQUID_HTTPS_URL: "https://squid.subsquid.io/xsocial/v/v345/graphql"
DATA_PROVIDER_SQUID_WS_URL: "wss://squid.subsquid.io/xsocial/graphql"
DATA_PROVIDER_SQUID_HTTPS_URL: "https://squid.subsquid.io/xsocial/graphql"
TELEGRAM_BOT_GRILL_REDIRECTION_HREF: "https://grill.chat"
TELEGRAM_TEMPORARY_LINKING_ID_EXPIRATION_TIME_MINS_STR: "10"
FIREBASE_ADMIN_SDK_CREDS: "/var/run/secrets/firebase.json"
Expand Down

0 comments on commit 713dde8

Please sign in to comment.