move radius miles to broker level
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user