Rename GeoIP database options to match the correct files

This commit is contained in:
null31 2024-09-24 23:13:13 +02:00
parent 21975e9e47
commit 2ee9a09aa2
Signed by: null31
GPG Key ID: CAB4CF4EE49720FF
1 changed files with 2 additions and 2 deletions

View File

@ -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"`
}