move radius miles to broker level

This commit is contained in:
Bel LaPointe
2022-01-27 17:39:20 -07:00
parent d38555a555
commit a41ea7d501
4 changed files with 11 additions and 11 deletions

View File

@@ -64,8 +64,9 @@ type Config struct {
}
Once bool
Brokers struct {
UseZips bool
NTG struct {
UseZips bool
RadiusMiles int
NTG struct {
Enabled bool
JobInfo bool
Mock bool
@@ -75,11 +76,10 @@ type Config struct {
Password string
}
FastExact struct {
Enabled bool
RadiusMiles int
Mock bool
Username string
Password string
Enabled bool
Mock bool
Username string
Password string
}
}