Update server and client configuration defaults based on testnet/mainnet #403
Labels
CLI
Command line interface feature
enhancement
New feature or request
good first issue
Good for newcomers
Milestone
Summary
Set configuration defaults that match current mainnet and testnet provenance networks
Problem Definition
When new nodes/validators join the Provenance networks their starting configuration is often based on what the
provenanced init
command sets up instead of the customized configuration used in the official testnet/mainnet repositories. This feature would update the defaults in the binary such that the initialized config would match these environmentsProposal
Add additional configuration default overrides to the
provenanced init
flow so that configuration matches the recommended settings in the testnet/mainnet repositories. Check the--testnet
flag status to determine which environment to use as a template/reference for config values.NOTE: For the
testnet
configuration do not include the seed nodes or related network settings that would conflict with setting up a development environment.For Admin Use
The text was updated successfully, but these errors were encountered: