Files
komodo/bin/monrun/resources/servers.toml
T
2024-03-24 03:51:07 -07:00

13 lines
281 B
TOML

[[server]]
name = "mogh-server"
description = "main mogh server"
tags = ["mogh", "prod"]
config.address = "http://localhost:8001"
config.region = "us-east-2"
[[server]]
name = "testo"
description = "test server 1"
tags = ["mogh", "test"]
config.address = ""
config.enabled = false