You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It is unclear how to configure a paid relay so that it sends out the PNs with the invoice.
Describe the solution you'd like
Update documentation accordingly.
Describe alternatives you've considered
Without documentation I have tried the following. This might help to see what I was understanding based on the existing documentation:
I set a secret in docker-compose.yml (and I can read it using docker exec <container-id> printenv SECRET)
I assumed that a private key is generated automatically, because RELAY_PRIVATE_KEY default value is (auto-generated), however docker exec <container-id> printenv RELAY_PRIVATE_KEY returns nothing.
Next assumption was that I might have to create a keypair myself, which seems to be the solution, but it is not obvious!
Thanks!
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It is unclear how to configure a paid relay so that it sends out the PNs with the invoice.
Describe the solution you'd like
Update documentation accordingly.
Describe alternatives you've considered
Without documentation I have tried the following. This might help to see what I was understanding based on the existing documentation:
docker-compose.yml
(and I can read it usingdocker exec <container-id> printenv SECRET
)RELAY_PRIVATE_KEY
default value is(auto-generated)
, howeverdocker exec <container-id> printenv RELAY_PRIVATE_KEY
returns nothing.Thanks!
The text was updated successfully, but these errors were encountered: