diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index b86068bde..96d676a35 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -270,6 +270,10 @@ instance: | |||
270 | # How will you pay the PeerTube instance server? With you own funds? With users donations? Advertising? | 270 | # How will you pay the PeerTube instance server? With you own funds? With users donations? Advertising? |
271 | business_model: '' | 271 | business_model: '' |
272 | 272 | ||
273 | # If you want to explain on what type of hardware your PeerTube instance runs | ||
274 | # Example: "2 vCore, 2GB RAM..." | ||
275 | hardware_information: '' # Supports Markdown | ||
276 | |||
273 | # What are the main languages of your instance? To interact with your users for example | 277 | # What are the main languages of your instance? To interact with your users for example |
274 | # Uncomment or add the languages you want | 278 | # Uncomment or add the languages you want |
275 | # List of supported languages: https://peertube.cpy.re/api/v1/videos/languages | 279 | # List of supported languages: https://peertube.cpy.re/api/v1/videos/languages |