From bcfbd228df30c86d5a723e2e89deb358f300cc9d Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 27 Nov 2018 17:15:47 +0100 Subject: [PATCH] Beautified readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0eb7e1a..02b7f66 100644 --- a/README.md +++ b/README.md @@ -77,26 +77,26 @@ The avatar directory could look like this: Configuration is done through environment variables. -#### LIBRAVATARSERV_DIR +**LIBRAVATARSERV_DIR** The directory containing the avatars. Default: empty -#### LIBRAVATARSERV_DEFAULT_FALLBACK +**LIBRAVATARSERV_DEFAULT_FALLBACK** Controls what happens if no fallback was requested. Default: 404 -#### LIBRAVATARSERV_REDIRECT_NOFALLBACK +**LIBRAVATARSERV_REDIRECT_NOFALLBACK** Set to 1 to redirect to libravatar.org if the requested fallback is not supported. Default: 0 -#### LIBRAVATARSERV_REDIRECT_NOUSER +**LIBRAVATARSERV_REDIRECT_NOUSER** Set to 1 to redirect to libravatar.org if the user is not found.