diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 3 | ||||
-rw-r--r-- | config/production.yaml.example | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 9c1136621..0d0e788dd 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -74,3 +74,6 @@ 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 | customizations: | ||
78 | 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 | ||
diff --git a/config/production.yaml.example b/config/production.yaml.example index 9d233a847..0b15c7b96 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -74,3 +74,6 @@ instance: | |||
74 | name: 'PeerTube' | 74 | name: 'PeerTube' |
75 | description: '' # Support markdown | 75 | description: '' # Support markdown |
76 | terms: '' # Support markdown | 76 | terms: '' # Support markdown |
77 | customizations: | ||
78 | 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 | ||