add env. vars. for LNURLp & email
This commit is contained in:
parent
5d3072fa6d
commit
3718025843
1 changed files with 10 additions and 0 deletions
|
|
@ -42,9 +42,19 @@ Environment="LN_MACAROON_FILE=/home/ubuntu/boltcard/SendPaymentV2.macaroon"
|
|||
# FEE_LIMIT_SAT is the maximum lightning network fee to be paid
|
||||
Environment="FEE_LIMIT_SAT=10"
|
||||
|
||||
# email
|
||||
# Environment="AWS_SES_ID="
|
||||
# Environment="AWS_SES_SECRET="
|
||||
# Environment="AWS_SES_EMAIL_FROM="
|
||||
|
||||
# LN_TESTNODE may be used in testing and will then only pay to the defined test node pubkey
|
||||
#Environment="LN_TESTNODE=000000000000000000000000000000000000000000000000000000000000000000"
|
||||
|
||||
# set which functions are available on the server
|
||||
Environment="FUNCTION_LNURLW=ENABLE"
|
||||
#Environment="FUNCTION_LNURLP=ENABLE"
|
||||
#Environment="FUNCTION_EMAIL=ENABLE"
|
||||
|
||||
ExecStart=/bin/bash /home/ubuntu/boltcard/s_launch
|
||||
|
||||
[Install]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue