Default to no client nodes to avoid unnecesary cost

This commit is contained in:
Michael Vines 2019-10-15 14:37:52 -07:00
parent f6255c2f9e
commit d89174ee82
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ esac
prefix=testnet-dev-${USER//[^A-Za-z0-9]/}
additionalFullNodeCount=2
clientNodeCount=1
clientNodeCount=0
replicatorNodeCount=0
blockstreamer=false
fullNodeBootDiskSizeInGb=500