1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-04-05 02:58:31 -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(
"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.",
),
cfg.StrOpt(