1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-04-13 15:08:33 -04:00

Added click auto_envvar_prefix

This allows setting environment variables that are
prefixed with APRSD_
This commit is contained in:
Hemna 2022-11-22 13:23:31 -05:00
parent 9b0c626b59
commit d717a22717

View File

@ -70,7 +70,7 @@ def main():
completion, dev, healthcheck, list_plugins, listen, send_message,
server, webchat,
)
cli()
cli(auto_envvar_prefix="APRSD")
def signal_handler(sig, frame):