1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-07 04:49:17 +00:00
ctrl/etc/config.toml
2021-04-06 09:06:26 +02:00

42 lines
675 B
TOML

BrokerAddress = "127.0.0.1:4222"
CentralNodeName = "central"
ConfigFolder = "./etc"
DefaultMessageRetries = 3
DefaultMessageTimeout = 5
NodeName = "central"
ProfilingPort = ""
PromHostAndPort = ":2112"
StartPubREQHello = 0
SubscribersDataFolder = "./var"
[StartSubREQCliCommand]
OK = true
Values = ["*"]
[StartSubREQErrorLog]
OK = true
Values = ["*"]
[StartSubREQHello]
OK = true
Values = ["*"]
[StartSubREQPing]
OK = true
Values = ["*"]
[StartSubREQPong]
OK = true
Values = ["*"]
[StartSubREQTextToConsole]
OK = true
Values = ["*"]
[StartSubREQTextToLogFile]
OK = true
Values = ["*"]
[StartSubREQnCliCommand]
OK = true
Values = ["*"]