1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-09 13:39:17 +00:00
ctrl/etc/config.toml
2021-03-25 12:33:53 +01:00

15 lines
348 B
TOML

BrokerAddress = "127.0.0.1:4222"
CentralNodeName = "central"
ConfigFolder = "./etc"
DefaultMessageRetries = 3
DefaultMessageTimeout = 5
NodeName = "central"
ProfilingPort = ""
PromHostAndPort = ""
PublisherServiceSayhello = 30
StartSayHelloSubscriber = false
SubscribersDataFolder = "./data"
[StartCentralErrorLogger]
OK = true
Values = ["*"]