Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yhafri opened this issue Dec 14, 2016 · 0 comments
Open

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

yhafri opened this issue Dec 14, 2016 · 0 comments

Comments

@yhafri
Copy link

yhafri commented Dec 14, 2016

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.

@Basho-JIRA Basho-JIRA changed the title Nested config hard to get Nested config hard to get [JIRA: RIAK-3125] Dec 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants