Skip to content

Commit

Permalink
Use particular server for IPFS
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmell committed Apr 19, 2024
1 parent b0dabfb commit 62a5838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/overlays/production/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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://new-ipfs-cluster:5001
IPFS_NODE_URL: http://89.58.19.3:5001
IPFS_READ_ONLY_NODE_URL: http://new-ipfs-cluster:8080
IPFS_CRUST_AUTH: ''
KUSAMA_NODE_URL: wss://kusama-rpc.polkadot.io
Expand Down

0 comments on commit 62a5838

Please sign in to comment.