Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bumi authored Aug 2, 2024
1 parent 0327150 commit fef85eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ Breez SDK requires gcc to build the Breez bindings. Run `choco install mingw` an

## Optional configuration parameters

The following configuration options can be set as environment variables or in a .env file

- `NOSTR_PRIVKEY`: the private key of this service. Should be a securely randomly generated 32 byte hex string.
- `CLIENT_NOSTR_PUBKEY`: if set, this service will only listen to events authored by this public key. You can set this to your own nostr public key.
- `RELAY`: default: "wss://relay.getalby.com/v1"
Expand Down Expand Up @@ -333,7 +335,9 @@ Run NWC on your own node!

### From the release

Download and run the executable
Download and run the executable.

Have a look at the [configuration options](#optional-configuration-parameters)

```bash
wget https://getalby.com/install/hub/server-linux-x86_64.tar.bz2
Expand Down

0 comments on commit fef85eb

Please sign in to comment.