Skip to content

Commit

Permalink
Use getcwd() when addBackendsFile on config.dist.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Jun 19, 2023
1 parent 8c82dd6 commit 69f6744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning-config.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
->setReceiver('default-receiver')
->setSendableRange(min: 100_000, max: 10_000_000_000)
->setCallbackUrl('localhost:8000/callback')
->addBackendsFile(__DIR__ . DIRECTORY_SEPARATOR . 'nostr.json');
->addBackendsFile(getcwd() . DIRECTORY_SEPARATOR . 'nostr.json');

0 comments on commit 69f6744

Please sign in to comment.