Skip to content

Nested config hard to get [JIRA: RIAK-3125] #230

@yhafri

Description

@yhafri

Hi

I would like to endup with something like this:

 {whiletlist,
    [
      {host,   %% this list contains ~300 hosts
        [
          [{"192.168.1.10",2001}, {expire_after, "2d"} ],
          [{"192.168.1.32",9266}, {expire_after, "7w"} ],
          ...
          [{"192.168.2.77",5678}, {expire_after, never} ]
        ]
      }
    ]

Is cuttlefish currently capable of generating such an app.config file?

Thank you.

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