lnbits-legend/Procfile

2 lines
69 B
Text
Raw Normal View History

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