File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Setup [c-lightning](https://github.com/ElementsProject/lightning#getting-started
2525``` bash
2626$ npm install -g lightning-charge
2727
28- $ charged --api-token mySecretToken # defaults: --ln-path ~/.lightning --db-path ./charge.db --port 9112
28+ $ charged --api-token mySecretToken # defaults: --ln-path ~/.lightning/testnet --db-path ./charge.db --port 9112
2929
3030```
3131
@@ -38,7 +38,7 @@ You can access it at `http://localhost:9112` using the API access token configur
3838Configuration options may alternatively be provided using environment variables:
3939
4040``` bash
41- $ LN_PATH=~ /.lightning DB_PATH=charge.db API_TOKEN=mySecretToken PORT=9112 charged
41+ $ LN_PATH=~ /.lightning/testnet DB_PATH=charge.db API_TOKEN=mySecretToken PORT=9112 charged
4242```
4343
4444Listens for connections on ` 127.0.0.1 ` by default. Set ` -i 0.0.0.0 ` to bind on all available interfaces.
You can’t perform that action at this time.
0 commit comments