Rename GeoIP database options to match the correct files
This commit is contained in:
parent
21975e9e47
commit
2ee9a09aa2
|
@ -12,8 +12,8 @@ type Config struct {
|
|||
SSL bool `json:"ssl"`
|
||||
Nickname string `json:"nickname"`
|
||||
Channels []string `json:"channels"`
|
||||
GeoIPDatabase string `json:"geoip_database"`
|
||||
GeoIPASN string `json:"geoip_asn"`
|
||||
GeoIP_City string `json:"geoip_city"`
|
||||
GeoIP_ASN string `json:"geoip_asn"`
|
||||
Callback bool `json:"callback"`
|
||||
Debug bool `json:"debug"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue