Skip to content

Commit

Permalink
Remove ipfs vars for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmell committed Apr 25, 2024
1 parent 488e85b commit b078e11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deployment/overlays/production/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ data:
ES_READONLY_USER: elastic
IPFS_GATEWAY_URL: https://ipfs.subsocial.network
IPFS_MAX_FILE_SIZE_BYTES: "2097152"
IPFS_CLUSTER_URL: http://new-ipfs-cluster:9094
IPFS_NODE_URL: http://new-ipfs-cluster:5001
IPFS_READ_ONLY_NODE_URL: http://new-ipfs-cluster:8080
IPFS_AUTH: ''
# IPFS_CLUSTER_URL: http://new-ipfs-cluster:9094
# IPFS_NODE_URL: http://new-ipfs-cluster:5001
# IPFS_READ_ONLY_NODE_URL: http://new-ipfs-cluster:8080
# IPFS_AUTH: ''
KUSAMA_NODE_URL: wss://kusama-rpc.polkadot.io
LOG_LEVEL: info
MAX_RESULTS_LIMIT: "20"
Expand Down

0 comments on commit b078e11

Please sign in to comment.