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 /config/default.yaml | |
parent | bd2e2f11d09aa015125e5b5b05ca57a44b6f2d32 (diff) | |
download | PeerTube-d605328a300dca095fa93d7f03fa104573e5a3fa.tar.gz PeerTube-d605328a300dca095fa93d7f03fa104573e5a3fa.tar.zst PeerTube-d605328a300dca095fa93d7f03fa104573e5a3fa.zip |
Add missing "supports markdown" config comments
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 8 |
1 files changed, 4 insertions, 4 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..." |