From 80dea8f4d6293f8da72483ddb295e92d0b53b42f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 12 Oct 2021 14:25:30 +0200 Subject: Rename config key --- config/default.yaml | 4 +++- config/production.yaml.example | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index dec34affd..8ad1d915f 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -75,10 +75,12 @@ email: subject: prefix: "[PeerTube]" +# PeerTube client/interface configuration client: videos: miniature: - show_author_display_name: false + # By default PeerTube client displays author username + prefer_author_display_name: false # From the project root directory storage: diff --git a/config/production.yaml.example b/config/production.yaml.example index a55c99eaa..5b87cbf5f 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -73,10 +73,12 @@ email: subject: prefix: "[PeerTube]" +# PeerTube client/interface configuration client: videos: miniature: - show_author_display_name: false + # By default PeerTube client displays author username + prefer_author_display_name: false # From the project root directory storage: -- cgit v1.2.3