mirror of
https://github.com/postmannen/ctrl.git
synced 2025-01-09 05:29:16 +00:00
22 lines
415 B
TOML
22 lines
415 B
TOML
BrokerAddress = "127.0.0.1:4222"
|
|
CentralNodeName = "central"
|
|
ConfigFolder = "./etc"
|
|
DefaultMessageRetries = 3
|
|
DefaultMessageTimeout = 5
|
|
NodeName = "central"
|
|
ProfilingPort = ""
|
|
PromHostAndPort = ""
|
|
PublisherServiceSayhello = 30
|
|
SubscribersDataFolder = "./data"
|
|
|
|
[StartSubCLICommand]
|
|
OK = true
|
|
Values = ["central"]
|
|
|
|
[StartSubErrorLog]
|
|
OK = true
|
|
Values = ["*"]
|
|
|
|
[StartSubSayHello]
|
|
OK = true
|
|
Values = ["*"]
|