From 1348d6e1d0a280a14cf0bddccb306e3788bb3cc8 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Thu, 31 Aug 2023 01:30:03 +0200 Subject: [PATCH] Update example config for the new status code images --- .config/example-docker.yml | 6 ++++++ .config/example.yml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.config/example-docker.yml b/.config/example-docker.yml index 8dbd25e8d..359b72f40 100644 --- a/.config/example-docker.yml +++ b/.config/example-docker.yml @@ -198,6 +198,12 @@ reservedUsernames: [ # cleanAvatars: false # cleanHeaders: false +# Status code images +#images: +# info: '/twemoji/1f440.svg' +# notFound: '/twemoji/2049.svg' +# error: '/twemoji/1f480.svg' + #allowedPrivateNetworks: [ # '127.0.0.1/32' #] diff --git a/.config/example.yml b/.config/example.yml index 71e88b677..20e301070 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -197,6 +197,12 @@ reservedUsernames: [ # cleanAvatars: false # cleanHeaders: false +# Status code images +#images: +# info: '/twemoji/1f440.svg' +# notFound: '/twemoji/2049.svg' +# error: '/twemoji/1f480.svg' + #allowedPrivateNetworks: [ # '127.0.0.1/32' #]