From de6d6a735e03c7f9f52d72023678867284c5936c Mon Sep 17 00:00:00 2001 From: Rosano Date: Thu, 21 Mar 2024 16:04:46 -0400 Subject: [PATCH] Document users.json format --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cce4961..b54ef36 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,10 @@ $ go build # or run $ DOMAIN=example.com RELAY_NAME=test RELAY_PUBKEY=yourpubkey ./khatru-pyramid ``` +### Configuration + +Format `users.json` as follows: + +```json +{ "[user_pubkey_hex]": "[invited_by_pubkey_hex]" } +```