diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-10-01 15:19:11 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-10-01 15:19:11 -1000 |
commit | 066c97d7a3d2602912dcaa5296a01c5407e868b3 (patch) | |
tree | c586df5bced99851058c812d2020ddb4bc19d1f4 /README.md | |
parent | d1abe1bd49739b5da49e9499e95521e8382d7ab6 (diff) | |
download | patchfoo-066c97d7a3d2602912dcaa5296a01c5407e868b3.tar.gz patchfoo-066c97d7a3d2602912dcaa5296a01c5407e868b3.zip |
Document auth config
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |