mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-09 08:01:31 +00:00
13 lines
281 B
TOML
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 |