1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-06-25 05:25:21 -04:00

Fixed default service registry url

This commit is contained in:
Hemna 2024-02-27 15:10:21 -05:00
parent e9c48c1914
commit cb291de047

View File

@ -245,7 +245,7 @@ registry_opts = [
), ),
cfg.StrOpt( cfg.StrOpt(
"registry_url", "registry_url",
default="https://aprs.hemna.com", default="https://aprs.hemna.com/api/v1/registry",
help="The APRS registry domain name to send the information to.", help="The APRS registry domain name to send the information to.",
), ),
cfg.StrOpt( cfg.StrOpt(