lnbits/Procfile
2020-10-04 23:09:11 -03:00

2 lines
69 B
Plaintext

web: hypercorn -k trio --bind 0.0.0.0:5000 'lnbits.app:create_app()'