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/production.yaml.example | |
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/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 8 |
1 files changed, 4 insertions, 4 deletions
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..." |