basho / cuttlefish

never lose your childlike sense of wonder baby cuttlefish, promise me?
Apache License 2.0
205 stars 124 forks source link

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

Open yhafri opened 7 years ago

yhafri commented 7 years ago

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.