Document users.json format

This commit is contained in:
Rosano 2024-03-21 16:04:46 -04:00 committed by GitHub
parent dd384439c8
commit 68deb2f165
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]" }
```