Elektrine lite

← Feed

@davecb@hachyderm.io

Post #3377981

2026-04-25 20:09 UTC

@cks@mastodon.social I vaguely remember doing nesting in toml. [servers] [servers.alpha] ip = "10.0.0.1" dc = "eqdc10" [servers.beta] ip = "10.0.0.2" dc = "eqdc20" Are we talking about the same thing?

Replies (1)

  • @cks@mastodon.social 2026-04-25 22:24

    @davecb@hachyderm.io I think TOML's available nesting gets increasingly unclear as you add more levels of nesting. Once you go three or four or five levels deep in a configuration hierarchy, I think TOML is less than ideal and you want something that makes the nesting structure more explicitly visible in text.

    Open ##3377982