aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-10-01 15:19:11 -1000
committercel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519>2017-10-01 15:19:11 -1000
commit066c97d7a3d2602912dcaa5296a01c5407e868b3 (patch)
treec586df5bced99851058c812d2020ddb4bc19d1f4
parentd1abe1bd49739b5da49e9499e95521e8382d7ab6 (diff)
downloadpatchfoo-066c97d7a3d2602912dcaa5296a01c5407e868b3.tar.gz
patchfoo-066c97d7a3d2602912dcaa5296a01c5407e868b3.zip
Document auth config
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 92450bb..0e10c70 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,7 @@ To make config options persistent, set them in `~/.ssb/config`, e.g.:
- `img_base`: base url for blobs embedded as images. default: same as `base`
- `emoji_base`: base url for emoji images. default: same as `base`
- `encode_msgids`: whether to URL-encode message ids in local links. default: `true`
+- `auth`: HTTP auth password. default: `null` (no password required)
## TODO