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": [ "States": [
"NC" "NC"
], ],
"UseZips": true,
"Zips": [ "Zips": [
"27006" "27006"
], ],
@ -75,6 +74,7 @@
}, },
"Once": false, "Once": false,
"Brokers": { "Brokers": {
"UseZips": true,
"FastExact": { "FastExact": {
"RadiusMiles": 100, "RadiusMiles": 100,
"Enabled": true, "Enabled": true,

View File

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

View File

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