diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-30 15:08:01 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-30 15:08:01 +0100 |
commit | d605328a300dca095fa93d7f03fa104573e5a3fa (patch) | |
tree | ac8fd45ed3550fc9434e6b86783d358a12cb206f | |
parent | bd2e2f11d09aa015125e5b5b05ca57a44b6f2d32 (diff) | |
download | PeerTube-d605328a300dca095fa93d7f03fa104573e5a3fa.tar.gz PeerTube-d605328a300dca095fa93d7f03fa104573e5a3fa.tar.zst PeerTube-d605328a300dca095fa93d7f03fa104573e5a3fa.zip |
Add missing "supports markdown" config comments
-rw-r--r-- | config/default.yaml | 8 | ||||
-rw-r--r-- | config/production.yaml.example | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/config/default.yaml b/config/default.yaml index 4230d262f..8c64270ee 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -313,16 +313,16 @@ instance: | |||
313 | moderation_information: '' # Supports markdown | 313 | moderation_information: '' # Supports markdown |
314 | 314 | ||
315 | # Why did you create this instance? | 315 | # Why did you create this instance? |
316 | creation_reason: '' | 316 | creation_reason: '' # Supports Markdown |
317 | 317 | ||
318 | # Who is behind the instance? A single person? A non profit? | 318 | # Who is behind the instance? A single person? A non profit? |
319 | administrator: '' | 319 | administrator: '' # Supports Markdown |
320 | 320 | ||
321 | # How long do you plan to maintain this instance? | 321 | # How long do you plan to maintain this instance? |
322 | maintenance_lifetime: '' | 322 | maintenance_lifetime: '' # Supports Markdown |
323 | 323 | ||
324 | # How will you pay the PeerTube instance server? With your own funds? With users donations? Advertising? | 324 | # How will you pay the PeerTube instance server? With your own funds? With users donations? Advertising? |
325 | business_model: '' | 325 | business_model: '' # Supports Markdown |
326 | 326 | ||
327 | # If you want to explain on what type of hardware your PeerTube instance runs | 327 | # If you want to explain on what type of hardware your PeerTube instance runs |
328 | # Example: "2 vCore, 2GB RAM..." | 328 | # Example: "2 vCore, 2GB RAM..." |
diff --git a/config/production.yaml.example b/config/production.yaml.example index 3c1dbb381..c7afbe03d 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -328,16 +328,16 @@ instance: | |||
328 | moderation_information: '' # Supports markdown | 328 | moderation_information: '' # Supports markdown |
329 | 329 | ||
330 | # Why did you create this instance? | 330 | # Why did you create this instance? |
331 | creation_reason: '' | 331 | creation_reason: '' # Supports Markdown |
332 | 332 | ||
333 | # Who is behind the instance? A single person? A non profit? | 333 | # Who is behind the instance? A single person? A non profit? |
334 | administrator: '' | 334 | administrator: '' # Supports Markdown |
335 | 335 | ||
336 | # How long do you plan to maintain this instance? | 336 | # How long do you plan to maintain this instance? |
337 | maintenance_lifetime: '' | 337 | maintenance_lifetime: '' # Supports Markdown |
338 | 338 | ||
339 | # How will you pay the PeerTube instance server? With your own funds? With users donations? Advertising? | 339 | # How will you pay the PeerTube instance server? With your own funds? With users donations? Advertising? |
340 | business_model: '' | 340 | business_model: '' # Supports Markdown |
341 | 341 | ||
342 | # If you want to explain on what type of hardware your PeerTube instance runs | 342 | # If you want to explain on what type of hardware your PeerTube instance runs |
343 | # Example: "2 vCore, 2GB RAM..." | 343 | # Example: "2 vCore, 2GB RAM..." |