aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-10-12 14:25:30 +0200
committerChocobozzz <me@florianbigard.com>2021-10-12 14:25:30 +0200
commit80dea8f4d6293f8da72483ddb295e92d0b53b42f (patch)
treede57b5e72110be074e36ed07fd2262656b68b126 /config
parent7399a79f73cc2015e64fad49361439a322ee1d3b (diff)
downloadPeerTube-80dea8f4d6293f8da72483ddb295e92d0b53b42f.tar.gz
PeerTube-80dea8f4d6293f8da72483ddb295e92d0b53b42f.tar.zst
PeerTube-80dea8f4d6293f8da72483ddb295e92d0b53b42f.zip
Rename config key
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml4
-rw-r--r--config/production.yaml.example4
2 files changed, 6 insertions, 2 deletions
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:
75 subject: 75 subject:
76 prefix: "[PeerTube]" 76 prefix: "[PeerTube]"
77 77
78# PeerTube client/interface configuration
78client: 79client:
79 videos: 80 videos:
80 miniature: 81 miniature:
81 show_author_display_name: false 82 # By default PeerTube client displays author username
83 prefer_author_display_name: false
82 84
83# From the project root directory 85# From the project root directory
84storage: 86storage:
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:
73 subject: 73 subject:
74 prefix: "[PeerTube]" 74 prefix: "[PeerTube]"
75 75
76# PeerTube client/interface configuration
76client: 77client:
77 videos: 78 videos:
78 miniature: 79 miniature:
79 show_author_display_name: false 80 # By default PeerTube client displays author username
81 prefer_author_display_name: false
80 82
81# From the project root directory 83# From the project root directory
82storage: 84storage: