lnbits-legend/Procfile

2 lines
69 B
Plaintext
Raw Normal View History

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