From 64fac35ecfd0dbcd181c6a723342fb14c7b6a55d Mon Sep 17 00:00:00 2001 From: Mell Date: Fri, 19 Apr 2024 14:51:12 +0300 Subject: [PATCH] Revert "Use particular server for IPFS" This reverts commit 62a58381abfd4f53dc693908690d27d869e3c023. --- deployment/overlays/production/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/overlays/production/configmap.yaml b/deployment/overlays/production/configmap.yaml index 05c25d5e..00f87e4b 100644 --- a/deployment/overlays/production/configmap.yaml +++ b/deployment/overlays/production/configmap.yaml @@ -19,7 +19,7 @@ data: IPFS_CLUSTER_URL: http://new-ipfs-cluster:9094 IPFS_GATEWAY_URL: https://ipfs.subsocial.network IPFS_MAX_FILE_SIZE_BYTES: "2097152" - IPFS_NODE_URL: http://89.58.19.3:5001 + IPFS_NODE_URL: http://new-ipfs-cluster:5001 IPFS_READ_ONLY_NODE_URL: http://new-ipfs-cluster:8080 IPFS_CRUST_AUTH: '' KUSAMA_NODE_URL: wss://kusama-rpc.polkadot.io