mirror of
https://github.com/github-tijlxyz/khatru-pyramid.git
synced 2025-05-23 02:12:05 +00:00
Document users.json format
This commit is contained in:
parent
dd384439c8
commit
68deb2f165
@ -29,3 +29,10 @@ $ go build # or run
|
|||||||
$ DOMAIN=example.com RELAY_NAME=test RELAY_PUBKEY=yourpubkey ./khatru-pyramid
|
$ 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]" }
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user