Merge branch 'main' of https://github.com/boltcard/boltcard into main
This commit is contained in:
commit
1cff4ef46e
1 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ export DB_NAME=card_db
|
|||
echo "writing host_domain to env vars"
|
||||
|
||||
export HOST_DOMAIN=card.yourdomain.com
|
||||
|
||||
```
|
||||
- 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'`
|
||||
- this will give you a one-time link
|
||||
|
|
@ -56,7 +56,7 @@ on the app
|
|||
### Update the card settings
|
||||
|
||||
- use the internal API to update settings for a card
|
||||
- `$ curl 'localhost:9001/updateboltcard?card_name=card_5&enable=true&tx_max=100'`
|
||||
- `$ curl 'localhost:9001/updateboltcard?card_name=card_5&enable=true&tx_max=100&day_max=1000'`
|
||||
|
||||
### Wipe a card
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue