Use netbird url for GeoLite city database download in pocket-id
This commit is contained in:
parent
1678716c57
commit
c9326284d3
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ in {
|
|||
APP_URL = pocketidCfg.settings.APP_URL;
|
||||
TRUST_PROXY = lib.boolToString pocketidCfg.settings.TRUST_PROXY;
|
||||
ANALYTICS_DISABLED = lib.boolToString pocketidCfg.settings.ANALYTICS_DISABLED;
|
||||
GEOLITE_DB_URL = "https://pkgs.netbird.io/geolocation-dbs/GeoLite2-City/download?suffix=tar.gz";
|
||||
};
|
||||
environmentFiles = [ pocketidCfg.environmentFile ];
|
||||
extraOptions = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue