diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-12 14:25:30 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-12 14:25:30 +0200 |
commit | 80dea8f4d6293f8da72483ddb295e92d0b53b42f (patch) | |
tree | de57b5e72110be074e36ed07fd2262656b68b126 /config/default.yaml | |
parent | 7399a79f73cc2015e64fad49361439a322ee1d3b (diff) | |
download | PeerTube-80dea8f4d6293f8da72483ddb295e92d0b53b42f.tar.gz PeerTube-80dea8f4d6293f8da72483ddb295e92d0b53b42f.tar.zst PeerTube-80dea8f4d6293f8da72483ddb295e92d0b53b42f.zip |
Rename config key
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 4 |
1 files changed, 3 insertions, 1 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 | ||
78 | client: | 79 | client: |
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 |
84 | storage: | 86 | storage: |