lower min per byte bid to 1msat/byte

This commit is contained in:
nitramiz 2020-12-07 12:45:48 -08:00
parent 0cc8cb10f7
commit 9c04dd66d0
No known key found for this signature in database
GPG key ID: 2352C35346C5D534

View file

@ -269,6 +269,7 @@ write_files:
-e "RACK_ENV=production" \
-e "CHARGE_ROOT=http://api-token:${charge_token}@localhost:9112" \
-e "CALLBACK_URI_ROOT=http://localhost:9292" \
-e "MIN_PER_BYTE_BID=1" \
"${ionosphere_docker}"
ExecStop=/usr/bin/docker stop ionosphere
ExecStopPost=/usr/bin/docker rm ionosphere