1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-09 05:29:16 +00:00
ctrl/etc/config.toml

42 lines
673 B
TOML

BrokerAddress = "127.0.0.1:4222"
CentralNodeName = "central"
ConfigFolder = "./etc"
DefaultMessageRetries = 3
DefaultMessageTimeout = 5
NodeName = "central"
ProfilingPort = ""
PromHostAndPort = ":2112"
StartPubSayHello = 0
SubscribersDataFolder = "./data"
[StartSubCLICommandReply]
OK = true
Values = ["*"]
[StartSubEchoReply]
OK = true
Values = ["*"]
[StartSubEchoRequest]
OK = true
Values = ["*"]
[StartSubErrorLog]
OK = true
Values = ["*"]
[StartSubREQCliCommand]
OK = true
Values = ["*"]
[StartSubREQnCliCommand]
OK = true
Values = ["*"]
[StartSubSayHello]
OK = true
Values = ["*"]
[StartSubTextLogging]
OK = true
Values = ["*"]