We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c82dd6 commit 69f6744Copy full SHA for 69f6744
lightning-config.dist.php
@@ -9,4 +9,4 @@
9
->setReceiver('default-receiver')
10
->setSendableRange(min: 100_000, max: 10_000_000_000)
11
->setCallbackUrl('localhost:8000/callback')
12
- ->addBackendsFile(__DIR__ . DIRECTORY_SEPARATOR . 'nostr.json');
+ ->addBackendsFile(getcwd() . DIRECTORY_SEPARATOR . 'nostr.json');
0 commit comments