Skip to content

Allow for a "config.user.yml" by default #27

@colearendt

Description

@colearendt

In many projects, there are "default" and "available" values that are stored in config.yml. However, sometimes a fork / implementation of the project may want to use different parameters without

It'd be really nice to allow a default like config.user.yml that could be .gitignore'd for user modifications without retaining dirty git state, templatizing config.yml, etc.

config::get("myvalue")

Would:

  • read values from config.yml as per usual
  • overwrite values from config.yml with those from config.user.yml
  • potentially allow unsetting values in config.user.yml somehow? By setting to null?

Metadata

Metadata

Assignees

No one assigned

    Labels

    featurea feature request or enhancement

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions