Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaisc committed Aug 22, 2024
1 parent bb00a17 commit 1a203bb
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions deployment/ocean-node-quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,46 +141,46 @@ services:
DB_URL: 'http://typesense:8108/?apiKey=xyz'
IPFS_GATEWAY: 'https://ipfs.io/'
ARWEAVE_GATEWAY: 'https://arweave.net/'
LOAD_INITIAL_DDOS: ''
FEE_TOKENS: ''
FEE_AMOUNT: ''
ADDRESS_FILE: ''
NODE_ENV: ''
AUTHORIZED_DECRYPTERS: ''
OPERATOR_SERVICE_URL: ''
INTERFACES: ''
ALLOWED_VALIDATORS: ''
INDEXER_NETWORKS: '[]'
# LOAD_INITIAL_DDOS: ''
# FEE_TOKENS: ''
# FEE_AMOUNT: ''
# ADDRESS_FILE: ''
# NODE_ENV: ''
# AUTHORIZED_DECRYPTERS: ''
# OPERATOR_SERVICE_URL: ''
INTERFACES: '["HTTP","P2P"]'
# ALLOWED_VALIDATORS: ''
# INDEXER_NETWORKS: '[]'
ALLOWED_ADMINS: '["$ALLOWED_ADMINS"]'
INDEXER_INTERVAL: ''
# INDEXER_INTERVAL: ''
DASHBOARD: 'true'
RATE_DENY_LIST: ''
MAX_REQ_PER_SECOND: ''
MAX_CHECKSUM_LENGTH: ''
LOG_LEVEL: ''
# RATE_DENY_LIST: ''
# MAX_REQ_PER_SECOND: ''
# MAX_CHECKSUM_LENGTH: ''
# LOG_LEVEL: ''
HTTP_API_PORT: '$HTTP_API_PORT'
P2P_ENABLE_IPV4: ''
P2P_ENABLE_IPV6: ''
P2P_ipV4BindAddress: ''
P2P_ENABLE_IPV4: 'true'
P2P_ENABLE_IPV6: 'true'
P2P_ipV4BindAddress: '0.0.0.0'
P2P_ipV4BindTcpPort: '$P2P_ipV4BindTcpPort'
P2P_ipV4BindWsPort: '$P2P_ipV4BindWsPort'
P2P_ipV6BindAddress: ''
P2P_ipV6BindAddress: '::'
P2P_ipV6BindTcpPort: '$P2P_ipV6BindTcpPort'
P2P_ipV6BindWsPort: '$P2P_ipV6BindWsPort'
P2P_ANNOUNCE_ADDRESSES: '$P2P_ANNOUNCE_ADDRESSES'
P2P_ANNOUNCE_PRIVATE: ''
P2P_pubsubPeerDiscoveryInterval: ''
P2P_dhtMaxInboundStreams: ''
P2P_dhtMaxOutboundStreams: ''
P2P_mDNSInterval: ''
P2P_connectionsMaxParallelDials: ''
P2P_connectionsDialTimeout: ''
P2P_ENABLE_UPNP: ''
P2P_ENABLE_AUTONAT: ''
P2P_ENABLE_CIRCUIT_RELAY_SERVER: ''
P2P_ENABLE_CIRCUIT_RELAY_CLIENT: ''
P2P_BOOTSTRAP_NODES: ''
P2P_FILTER_ANNOUNCED_ADDRESSES: ''
# P2P_ANNOUNCE_PRIVATE: ''
# P2P_pubsubPeerDiscoveryInterval: ''
# P2P_dhtMaxInboundStreams: ''
# P2P_dhtMaxOutboundStreams: ''
# P2P_mDNSInterval: ''
# P2P_connectionsMaxParallelDials: ''
# P2P_connectionsDialTimeout: ''
# P2P_ENABLE_UPNP: ''
# P2P_ENABLE_AUTONAT: ''
# P2P_ENABLE_CIRCUIT_RELAY_SERVER: ''
# P2P_ENABLE_CIRCUIT_RELAY_CLIENT: ''
# P2P_BOOTSTRAP_NODES: ''
# P2P_FILTER_ANNOUNCED_ADDRESSES: ''
networks:
- ocean_network
depends_on:
Expand Down

0 comments on commit 1a203bb

Please sign in to comment.