mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-02-22 05:41:37 +01:00
lower min per byte bid to 1msat/byte
This commit is contained in:
parent
0cc8cb10f7
commit
9c04dd66d0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue