mirror of
https://github.com/craigerl/aprsd.git
synced 2025-08-04 14:32:24 -04:00
Added click auto_envvar_prefix
This allows setting environment variables that are prefixed with APRSD_
This commit is contained in:
parent
9b0c626b59
commit
d717a22717
@ -70,7 +70,7 @@ def main():
|
|||||||
completion, dev, healthcheck, list_plugins, listen, send_message,
|
completion, dev, healthcheck, list_plugins, listen, send_message,
|
||||||
server, webchat,
|
server, webchat,
|
||||||
)
|
)
|
||||||
cli()
|
cli(auto_envvar_prefix="APRSD")
|
||||||
|
|
||||||
|
|
||||||
def signal_handler(sig, frame):
|
def signal_handler(sig, frame):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user