Setting up an array of configuration objects using Constretto

I am considering using Constretto for my current configuration needs, but I could not understand from the / wiki manual how to configure an array or list of configuration objects (only individual fields / methods).

The use case I'm talking about is something like a list of servers, each of which has an ip, port, and some other data, and I want to get a list or array of servers.

Maybe I just missed it, but I would appreciate it if someone could explain it or at least direct me to where it explained.

+5
source share

All Articles