diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index e70201668..2f28501b3 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -87,6 +87,7 @@ instance: | |||
87 | name: 'PeerTube' | 87 | name: 'PeerTube' |
88 | description: '' # Support markdown | 88 | description: '' # Support markdown |
89 | terms: '' # Support markdown | 89 | terms: '' # Support markdown |
90 | default_client_route: '/videos/trending' | ||
90 | customizations: | 91 | customizations: |
91 | javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime | 92 | javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime |
92 | css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime | 93 | css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime |