diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index a634be61c..5389f1164 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -74,6 +74,7 @@ instance: | |||
74 | name: 'PeerTube' | 74 | name: 'PeerTube' |
75 | description: 'Welcome to this PeerTube instance!' # Support markdown | 75 | description: 'Welcome to this PeerTube instance!' # Support markdown |
76 | terms: 'No terms for now.' # Support markdown | 76 | terms: 'No terms for now.' # Support markdown |
77 | default_client_route: '/videos/trending' | ||
77 | customizations: | 78 | customizations: |
78 | javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime | 79 | javascript: '' # Directly your JavaScript code (without <script> tags). Will be eval at runtime |
79 | css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime | 80 | css: '' # Directly your CSS code (without <style> tags). Will be injected at runtime |