From 70cb4b5fd98b429713e05829ad473d5fc9d93ef7 Mon Sep 17 00:00:00 2001 From: Francis Dinh Date: Mon, 19 Sep 2022 23:27:06 -0400 Subject: [PATCH] Change example storage path to reference foundkey --- .config/example.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/example.yml b/.config/example.yml index d2202b69f..6501405ee 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -121,8 +121,8 @@ redis: #proxyRemoteFiles: true # Storage path for files if stored locally (absolute path) -# default is to store it in ./files in the directory misskey is located in -#internalStoragePath: '/etc/misskey/files' +# default is to store it in ./files in the directory foundkey is located in +#internalStoragePath: '/etc/foundkey/files' # Upload or download file size limits (bytes) #maxFileSize: 262144000