Skip to content

Allow override the app.toml template. #5540

Closed
@anilcse

Description

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    S:proposal acceptedT: Dev UXUX for SDK developers (i.e. how to call our code)toolingdev tooling within the sdk

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions