quart run settings and hypercorn on docker/Procfile.
This commit is contained in:
parent
f01028eac7
commit
42c6620a07
5 changed files with 14 additions and 5 deletions
|
|
@ -1,5 +1,9 @@
|
|||
FLASK_APP=lnbits.app
|
||||
FLASK_ENV=development
|
||||
QUART_APP=lnbits.app
|
||||
QUART_ENV=development
|
||||
QUART_DEBUG=1
|
||||
|
||||
HOST=127.0.0.1
|
||||
PORT=5000
|
||||
|
||||
LNBITS_SITE_TITLE=LNbits
|
||||
LNBITS_ALLOWED_USERS=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue