quart run settings and hypercorn on docker/Procfile.

This commit is contained in:
fiatjaf 2020-09-14 23:28:10 -03:00
parent f01028eac7
commit 42c6620a07
5 changed files with 14 additions and 5 deletions

View file

@ -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=""