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

51 lines
780 B
TOML
Raw Normal View History

BrokerAddress = "127.0.0.1:4222"
CentralNodeName = "central"
ConfigFolder = "./etc"
DefaultMessageRetries = 3
DefaultMessageTimeout = 5
NodeName = "central"
ProfilingPort = ""
2021-03-31 10:42:33 +02:00
PromHostAndPort = ":2112"
2021-04-06 05:46:07 +02:00
StartPubREQHello = 0
SubscribersDataFolder = "./var"
2021-04-06 07:56:49 +02:00
[StartSubREQCliCommand]
OK = true
Values = ["*"]
2021-04-06 07:56:49 +02:00
[StartSubREQErrorLog]
OK = true
Values = ["*"]
2021-04-06 06:08:26 +02:00
[StartSubREQHello]
OK = true
Values = ["*"]
2021-04-06 19:42:03 +02:00
[StartSubREQHttpGet]
OK = true
Values = ["*"]
2021-04-06 06:08:26 +02:00
[StartSubREQPing]
OK = true
Values = ["*"]
2021-04-06 06:08:26 +02:00
[StartSubREQPong]
OK = true
Values = ["*"]
2021-04-06 05:46:07 +02:00
[StartSubREQTextToConsole]
OK = true
Values = ["*"]
2021-04-06 19:42:03 +02:00
[StartSubREQTextToFile]
OK = true
Values = ["*"]
2021-04-06 05:46:07 +02:00
[StartSubREQTextToLogFile]
2021-03-25 12:33:53 +01:00
OK = true
Values = ["*"]
2021-04-06 05:46:07 +02:00
[StartSubREQnCliCommand]
OK = true
Values = ["*"]