lnbits/Procfile

2 lines
69 B
Plaintext
Raw Normal View History

2020-10-05 02:06:28 +00:00
web: hypercorn -k trio --bind 0.0.0.0:5000 'lnbits.app:create_app()'