mirror of
https://github.com/asmogo/nws.git
synced 2025-01-31 07:11:34 +00:00
update readme
This commit is contained in:
parent
c957f9144c
commit
0c5c7a1e9e
@ -77,7 +77,7 @@ The exit node must be set up to make your services reachable via Nostr.
|
|||||||
Configuration should be completed using environment variables.
|
Configuration should be completed using environment variables.
|
||||||
Alternatively, you can create a `.env` file in the current working directory with the following content:
|
Alternatively, you can create a `.env` file in the current working directory with the following content:
|
||||||
```
|
```
|
||||||
NOSTR_RELAYS = 'ws://localhost:6666;wss://relay.damus.io'
|
NOSTR_RELAYS = 'ws://localhost:6666;wss://relay.domain.com'
|
||||||
NOSTR_PRIVATE_KEY = "EXITPRIVATEHEX"
|
NOSTR_PRIVATE_KEY = "EXITPRIVATEHEX"
|
||||||
BACKEND_HOST = 'localhost:3338'
|
BACKEND_HOST = 'localhost:3338'
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user