Add inactive config

This commit is contained in:
Jon Staab
2026-03-24 15:07:12 -07:00
parent 4b528d399f
commit 4f86f4b903
4 changed files with 39 additions and 4 deletions
+1
View File
@@ -24,6 +24,7 @@ Configuration files are written using [toml](https://toml.io). Top level configu
- `host` - a hostname to serve this relay on.
- `schema` - a string that identifies this relay. This cannot be changed, and must be usable as a sqlite identifier.
- `secret` - the nostr secret key of the relay. Will be used to populate the relay's NIP 11 `self` field and sign generated events.
- `inactive` - a boolean indicating whether the relay is currently inactive. The relay will not be available if set.
### `[info]`