mirror of
https://github.com/EvernodeXRPL/hp-devkit.git
synced 2026-07-23 15:10:37 +00:00
Merge pull request #42 from EvernodeXRPL/release-0.6.5
Updated default HP_INSTANCE_IMAGE to 0.6.5
This commit is contained in:
@@ -5,7 +5,7 @@ const appenv = {
|
||||
clusterSize: process.env.HP_CLUSTER_SIZE || 3,
|
||||
defaultNode: process.env.HP_DEFAULT_NODE || 1,
|
||||
devkitImage: process.env.HP_DEVKIT_IMAGE || 'evernode/hpdevkit',
|
||||
instanceImage: process.env.HP_INSTANCE_IMAGE || 'evernode/hotpocket:0.6.4-ubt.20.04-njs.20',
|
||||
instanceImage: process.env.HP_INSTANCE_IMAGE || 'evernode/hotpocket:0.6.5-ubt.20.04-njs.20',
|
||||
hpUserPortBegin: process.env.HP_USER_PORT_BEGIN || 8081,
|
||||
hpPeerPortBegin: process.env.HP_PEER_PORT_BEGIN || 22861,
|
||||
network: process.env.HP_EV_NETWORK || 'mainnet',
|
||||
|
||||
Reference in New Issue
Block a user