From 0c5c7a1e9edb423c02c37820e3e54740a90d2db9 Mon Sep 17 00:00:00 2001 From: asmogo Date: Sat, 27 Jul 2024 22:14:09 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e09af3f..c65e959 100644 --- a/README.md +++ b/README.md @@ -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. 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" BACKEND_HOST = 'localhost:3338' ```