quart run settings and hypercorn on docker/Procfile.
This commit is contained in:
+6
-2
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user