[table]
table_s = "value1"
table_i32 = 42
table_f64 = 3.14
table_bool = true
table_datetime = "2024-03-15T01:00:00Z"
[database]
enabled = true
servers = ["192.168.1.1", "192.168.1.2", "192.168.1.3"]
[[endpoints]]
hello = "world"
[[endpoints]]
world = "hello"