Files
komodo/bin/monrun/resources/servers.toml
T
2024-04-07 05:35:57 -07:00

13 lines
301 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 = "http://locahost:8120"
config.enabled = false