fix geodata-mode
This commit is contained in:
parent
68bf6f16ac
commit
bad9f2e6dc
1 changed files with 1 additions and 0 deletions
|
@ -536,6 +536,7 @@ func parseGeneral(cfg *RawConfig) (*General, error) {
|
|||
C.GeoIpUrl = cfg.GeoXUrl.GeoIp
|
||||
C.GeoSiteUrl = cfg.GeoXUrl.GeoSite
|
||||
C.MmdbUrl = cfg.GeoXUrl.Mmdb
|
||||
C.GeodataMode = cfg.GeodataMode
|
||||
// checkout externalUI exist
|
||||
if externalUI != "" {
|
||||
externalUI = C.Path.Resolve(externalUI)
|
||||
|
|
Loading…
Reference in a new issue