add per broker enable

This commit is contained in:
bel
2022-01-27 15:44:46 -07:00
parent d7339c855e
commit adebff5c40
4 changed files with 16 additions and 6 deletions

View File

@@ -65,6 +65,7 @@ type Config struct {
Once bool
Brokers struct {
NTG struct {
Enabled bool
JobInfo bool
Mock bool
LoadPageURIFormat string
@@ -73,6 +74,7 @@ type Config struct {
Password string
}
FastExact struct {
Enabled bool
Mock bool
Username string
Password string