diff --git a/canopy_data/node1/config.json b/canopy_data/node1/config.json index 4645ebb..83ad3a1 100644 --- a/canopy_data/node1/config.json +++ b/canopy_data/node1/config.json @@ -12,7 +12,7 @@ "headless": false, "autoUpdate": true, "runningAutoUpdate": false, - "walletPort": "50000", + "walletPort": "9001", "explorerPort": "50001", "rpcPort": "50002", "adminPort": "50003", @@ -23,8 +23,8 @@ "dbName": "canopy", "inMemory": false, "networkID": 1, - "listenAddress": "0.0.0.0:9001", - "externalAddress": "tcp://canopy.localhost", + "listenAddress": "0.0.0.0:9003", + "externalAddress": "tcp://what-chain-production.up.railway.app:9003", "maxInbound": 21, "maxOutbound": 7, "trustedPeerIDs": null,