add CLI command to create a new card, fixes #1
This commit is contained in:
parent
efeb32b09f
commit
136d8db799
10 changed files with 240 additions and 5 deletions
|
|
@ -25,8 +25,8 @@ Environment="DB_USER=cardapp"
|
|||
Environment="DB_PASSWORD=database_password"
|
||||
Environment="DB_NAME=card_db"
|
||||
|
||||
# LNURLW_CB_URL is the URL prefix for the lnurlw callback
|
||||
Environment="LNURLW_CB_URL=https://card.yourdomain.com/cb"
|
||||
# BASE_URL is the URL base prefix for the lnurlw calls
|
||||
Environment="HOST_DOMAIN=card.whitewolftech.com"
|
||||
|
||||
# MIN_WITHDRAW_SATS & MAX_WITHDRAW_SATS set the values for the lnurlw response
|
||||
Environment="MIN_WITHDRAW_SATS=1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue