summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Michelson2019-09-09 00:47:22 +0200
committerErik Michelson2019-09-09 00:47:22 +0200
commit5a359ab64819fedf74796407592415b814a876a5 (patch)
tree7c6bd1f6a943ea00cc2a1c4814edcae503b58b12 /docs
parentc6e4f3757e16e39f8f1f75c898eb20eb2eb9db4a (diff)
Changed Gravatar to Libravatar
Signed-off-by: Erik Michelson <erik@liltv.de>
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration-config-file.md2
-rw-r--r--docs/configuration-env-vars.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration-config-file.md b/docs/configuration-config-file.md
index 39c5c204..eacb26ac 100644
--- a/docs/configuration-config-file.md
+++ b/docs/configuration-config-file.md
@@ -81,7 +81,7 @@ these are rarely used for various reasons.
| variables | example values | description |
| --------- | ------ | ----------- |
-| `allowGravatar` | `true` or `false` | set to `false` to disable Gravatar as profile picture source on your instance |
+| `allowGravatar` | `true` or `false` | set to `false` to disable Libravatar as profile picture source on your instance. Libravatar is a federated open-source alternative to Gravatar. |
| `useCDN` | `true` or `false` | set to use CDN resources or not (default is `true`) |
## Users and Privileges
diff --git a/docs/configuration-env-vars.md b/docs/configuration-env-vars.md
index 1f44083e..eb4bbbe0 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 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|