mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
13 lines
243 B
TOML
13 lines
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"
|