move usezips to brokers
parent
d7d523b0a7
commit
d38555a555
|
|
@ -48,7 +48,6 @@
|
|||
"States": [
|
||||
"NC"
|
||||
],
|
||||
"UseZips": true,
|
||||
"Zips": [
|
||||
"27006"
|
||||
],
|
||||
|
|
@ -75,6 +74,7 @@
|
|||
},
|
||||
"Once": false,
|
||||
"Brokers": {
|
||||
"UseZips": true,
|
||||
"FastExact": {
|
||||
"RadiusMiles": 100,
|
||||
"Enabled": true,
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@
|
|||
"States": [
|
||||
"NC"
|
||||
],
|
||||
"UseZips": true,
|
||||
"Zips": [
|
||||
"27006"
|
||||
],
|
||||
|
|
@ -75,6 +74,7 @@
|
|||
},
|
||||
"Once": true,
|
||||
"Brokers": {
|
||||
"UseZips": true,
|
||||
"FastExact": {
|
||||
"RadiusMiles": 100,
|
||||
"Enabled": true,
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue