15 lines
234 B
TOML
15 lines
234 B
TOML
# Optional separate hosts configuration
|
|
|
|
[hosts]
|
|
# default_host = "srv01"
|
|
|
|
[[hosts.hosts]]
|
|
name = "srv01"
|
|
base_url = "http://srv01.local"
|
|
enabled = true
|
|
|
|
[[hosts.hosts]]
|
|
name = "labbox"
|
|
base_url = "http://labbox.local"
|
|
enabled = true
|