mirror of
https://github.com/denoland/deno.git
synced 2024-11-02 09:34:19 -04:00
13 lines
No EOL
243 B
TOML
13 lines
No EOL
243 B
TOML
[deeply.nested.object.in.the.toml]
|
|
name = "Tom Preston-Werner"
|
|
|
|
[servers]
|
|
|
|
# Indentation (tabs and/or spaces) is allowed but not required
|
|
[servers.alpha]
|
|
ip = "10.0.0.1"
|
|
dc = "eqdc10"
|
|
|
|
[servers.beta]
|
|
ip = "10.0.0.2"
|
|
dc = "eqdc20" |