diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 4 | ||||
-rw-r--r-- | config/production.yaml.example | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 7ed096dcd..5ebfdeddb 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -255,6 +255,10 @@ instance: | |||
255 | # How will you pay the PeerTube instance server? With you own funds? With users donations? Advertising? | 255 | # How will you pay the PeerTube instance server? With you own funds? With users donations? Advertising? |
256 | business_model: '' | 256 | business_model: '' |
257 | 257 | ||
258 | # If you want to explain on what type of hardware your PeerTube instance runs | ||
259 | # Example: "2 vCore, 2GB RAM..." | ||
260 | hardware_information: '' # Supports Markdown | ||
261 | |||
258 | # What are the main languages of your instance? To interact with your users for example | 262 | # What are the main languages of your instance? To interact with your users for example |
259 | # Uncomment or add the languages you want | 263 | # Uncomment or add the languages you want |
260 | # List of supported languages: https://peertube.cpy.re/api/v1/videos/languages | 264 | # List of supported languages: https://peertube.cpy.re/api/v1/videos/languages |
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 |