summaryrefslogtreecommitdiff
path: root/docs/configuration-env-vars.md
diff options
context:
space:
mode:
authorSheogorath2019-09-18 21:36:19 +0200
committerGitHub2019-09-18 21:36:19 +0200
commit110eef691e27c717673c5894e270895da52cba66 (patch)
treee64eb958548400cfb6a25f0bf8758f0551687a63 /docs/configuration-env-vars.md
parent10a6e7c816f349f71fabfc8731a858cb496f4b71 (diff)
parent6110aafc5b820fbb595afc5fb90bf931d17e34b9 (diff)
Merge pull request #173 from ErikMichelson/docs
Extended config.js documentation on login methods and libravatar
Diffstat (limited to 'docs/configuration-env-vars.md')
-rw-r--r--docs/configuration-env-vars.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration-env-vars.md b/docs/configuration-env-vars.md
index 1f44083e..84155847 100644
--- a/docs/configuration-env-vars.md
+++ b/docs/configuration-env-vars.md
@@ -68,7 +68,7 @@ defaultNotePath can't be set from env-vars
| variable | example value | description |
| -------- | ------------- | ----------- |
-| `CMD_ALLOW_GRAVATAR` | `true` or `false` | set to `false` to disable gravatar as profile picture source on your instance |
+| `CMD_ALLOW_GRAVATAR` | `true` or `false` | set to `false` to disable [Libravatar](https://www.libravatar.org/) as profile picture source on your instance. Libravatar is a federated open-source alternative to Gravatar. |
| `CMD_USECDN` | `true` or `false` | set to use CDN resources or not|