Merge branch 'main' into FinalAdminUI

This commit is contained in:
Vlad Stan
2022-12-09 14:06:47 +02:00
committed by GitHub
34 changed files with 260 additions and 204 deletions
+1
View File
@@ -17,6 +17,7 @@ from lnbits.settings import set_cli_settings, settings
allow_extra_args=True,
)
)
@click.option("--port", default=settings.port, help="Port to listen on")
@click.option("--host", default=settings.host, help="Host to run LNBits on")
@click.option(