diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 4 | ||||
-rw-r--r-- | config/production.yaml.example | 4 |
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 | ||
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: |
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 | ||
76 | client: | 77 | client: |
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 |
82 | storage: | 84 | storage: |