added debug option for .env

This commit is contained in:
HODLmeTight 2022-10-06 14:50:33 +02:00 committed by GitHub
parent 63e4f7d59c
commit 36b60ad318
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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