mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-13 11:35:56 +01:00
added debug option for .env
This commit is contained in:
parent
63e4f7d59c
commit
36b60ad318
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ nano .env
|
|||
```sh
|
||||
poetry run lnbits
|
||||
# To change port/host pass 'poetry run lnbits --port 9000 --host 0.0.0.0'
|
||||
# add --debug for slightly more verbose output
|
||||
# adding --debug in the start-up command above to help your troubleshooting and generate a more verbose output
|
||||
# Note that you have to add the line DEBUG=true in your .env file, too.
|
||||
```
|
||||
|
||||
## Option 2: Nix
|
||||
|
|
Loading…
Add table
Reference in a new issue