Skip to content

Commit 73403c1

Browse files
authored
Add Nodeless and OpenNode callback URLs to configuration
1 parent 664596a commit 73403c1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CONFIGURATION.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ The settings below are listed in alphabetical order by name. Please keep this ta
132132
| nip05.mode | NIP-05 verification mode: `enabled` requires verification, `passive` verifies without blocking, `disabled` does nothing. Defaults to `disabled`. |
133133
| nip05.verifyExpiration | Time in milliseconds before a successful NIP-05 verification expires and needs re-checking. Defaults to 604800000 (1 week). |
134134
| nip05.verifyUpdateFrequency | Minimum interval in milliseconds between re-verification attempts for a given author. Defaults to 86400000 (24 hours). |
135+
| paymentsProcessors.nodeless.callbackBaseURL | Public-facing Nostream's Nodeless Callback URL. (e.g. https://relay.your-domain.com/callbacks/nodeless) |
136+
| paymentsProcessors.nodeless.storeId | Nodeless store ID. |
137+
| paymentsProcessors.opennode.callbackBaseURL | Public-facing Nostream's OpenNode Callback URL. (e.g. https://relay.your-domain.com/callbacks/opennode) |
135138
| paymentProcessors.lnbits.baseURL | Base URL of your Lnbits instance. |
136139
| paymentProcessors.lnbits.callbackBaseURL | Public-facing Nostream's Lnbits Callback URL. (e.g. https://relay.your-domain.com/callbacks/lnbits) |
137140
| paymentProcessors.lnurl.invoiceURL | [LUD-06 Pay Request](https://github.com/lnurl/luds/blob/luds/06.md) provider URL. (e.g. https://getalby.com/lnurlp/your-username) |

0 commit comments

Comments
 (0)