Formatting

This commit is contained in:
Mark Felder 2020-12-23 17:41:10 -06:00
parent 5a084d6f8d
commit ce78b64db8
1 changed files with 4 additions and 5 deletions

View File

@ -101,11 +101,10 @@ config :pleroma, :config_description, [
%{
key: :proxy_remote,
type: :boolean,
description:
"""
Proxy requests to the remote uploader.\n
Useful if media upload endpoint is not internet accessible.
"""
description: """
Proxy requests to the remote uploader.\n
Useful if media upload endpoint is not internet accessible.
"""
},
%{
key: :filename_display_max_length,