Skip to content

Support for sections in .conf [JIRA: RIAK-3054] #227

Description

@joshuabach

It might be useful to expand the config file parser to support unix-conf-style sections, e.g.:

[foo.bar]
a = 3
b = test

instead of

foo.bar.a = 3
foo.bar.b = test

The semantics could be really simple: Every key $key found in section [$section] is prefixed with $section, resulting in $section.$key.

This would help to avoid redundancy in the .conf files.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions