fix formatting

This commit is contained in:
Peter Rounce 2023-03-01 23:22:23 +00:00 committed by GitHub
parent b1fab9f1c1
commit 1bce49c670
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ export DB_NAME=card_db
echo "writing host_domain to env vars" echo "writing host_domain to env vars"
export HOST_DOMAIN=card.yourdomain.com export HOST_DOMAIN=card.yourdomain.com
```
- use the internal API to create a card - use the internal API to create a card
- `$ curl 'localhost:9001/createboltcard?card_name=card_5&enable=true&tx_max=1000&day_max=10000&uid_privacy=true&allow_neg_bal=true'` - `$ curl 'localhost:9001/createboltcard?card_name=card_5&enable=true&tx_max=1000&day_max=10000&uid_privacy=true&allow_neg_bal=true'`
- this will give you a one-time link - this will give you a one-time link