hypercorn -k trio
This commit is contained in:
parent
c3ded859df
commit
e408febf97
5 changed files with 5 additions and 5 deletions
|
|
@ -18,7 +18,7 @@ python3 -m venv venv
|
|||
cp .env.example .env
|
||||
./venv/bin/quart assets
|
||||
./venv/bin/quart migrate
|
||||
./venv/bin/hypercorn --bind 0.0.0.0:5000 'lnbits.app:create_app()'
|
||||
./venv/bin/hypercorn -k trio --bind 0.0.0.0:5000 'lnbits.app:create_app()'
|
||||
```
|
||||
|
||||
No you can visit your LNbits at http://localhost:5000/.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue