move usezips to brokers

master
Bel LaPointe 2022-01-27 17:37:36 -07:00
parent d7d523b0a7
commit d38555a555
3 changed files with 7 additions and 7 deletions

View File

@ -48,7 +48,6 @@
"States": [
"NC"
],
"UseZips": true,
"Zips": [
"27006"
],
@ -75,6 +74,7 @@
},
"Once": false,
"Brokers": {
"UseZips": true,
"FastExact": {
"RadiusMiles": 100,
"Enabled": true,

View File

@ -48,7 +48,6 @@
"States": [
"NC"
],
"UseZips": true,
"Zips": [
"27006"
],
@ -75,6 +74,7 @@
},
"Once": true,
"Brokers": {
"UseZips": true,
"FastExact": {
"RadiusMiles": 100,
"Enabled": true,

View File

@ -64,6 +64,7 @@ type Config struct {
}
Once bool
Brokers struct {
UseZips bool
NTG struct {
Enabled bool
JobInfo bool
@ -87,7 +88,6 @@ type Config struct {
}
type Client struct {
UseZips bool
States []State
Zips []string
IDs struct {