Skip to content

Commit

Permalink
Improve default config
Browse files Browse the repository at this point in the history
  • Loading branch information
pycanis committed Sep 23, 2024
1 parent f37b38e commit 4997f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Optional CLI parameters:
### Default config

```
macaroon_path: "~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon"
cert_path: "~/.lnd/tls.cert"
macaroon_path: "/home/my-user/.lnd/data/chain/bitcoin/mainnet/admin.macaroon"
cert_path: "/home/my-user/.lnd/tls.cert"
server_url: "https://localhost:10009"
jobs:
- name: "My first job"
Expand Down

0 comments on commit 4997f47

Please sign in to comment.