Skip to content

Commit 69f6744

Browse files
committed
Use getcwd() when addBackendsFile on config.dist.php
1 parent 8c82dd6 commit 69f6744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-config.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
->setReceiver('default-receiver')
1010
->setSendableRange(min: 100_000, max: 10_000_000_000)
1111
->setCallbackUrl('localhost:8000/callback')
12-
->addBackendsFile(__DIR__ . DIRECTORY_SEPARATOR . 'nostr.json');
12+
->addBackendsFile(getcwd() . DIRECTORY_SEPARATOR . 'nostr.json');

0 commit comments

Comments
 (0)