Closed
Description
opened on Jan 20, 2020
Summary
App config file app.toml
should take custom templates from app
init (or related) to allow/generate custom settings for any other cosmos-sdk based apps.
Problem Definition
The config file app.toml
is generated automatically and contains the default settings required for app so that node operators can edit/modify as needed. If any blockchain app requires extra configs (as required for cosmwasm here: CosmWasm/wasmd#14), there's no way to introduce this in app smoothly and now it has to be handled manually.
Proposal
Allowing override for the template or passing the custom template as an argument (extended config) can be a better option here.
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned
Activity