From d605328a300dca095fa93d7f03fa104573e5a3fa Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 30 Nov 2020 15:08:01 +0100 Subject: Add missing "supports markdown" config comments --- config/default.yaml | 8 ++++---- config/production.yaml.example | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'config') 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: moderation_information: '' # Supports markdown # Why did you create this instance? - creation_reason: '' + creation_reason: '' # Supports Markdown # Who is behind the instance? A single person? A non profit? - administrator: '' + administrator: '' # Supports Markdown # How long do you plan to maintain this instance? - maintenance_lifetime: '' + maintenance_lifetime: '' # Supports Markdown # How will you pay the PeerTube instance server? With your own funds? With users donations? Advertising? - business_model: '' + business_model: '' # Supports Markdown # If you want to explain on what type of hardware your PeerTube instance runs # 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: moderation_information: '' # Supports markdown # Why did you create this instance? - creation_reason: '' + creation_reason: '' # Supports Markdown # Who is behind the instance? A single person? A non profit? - administrator: '' + administrator: '' # Supports Markdown # How long do you plan to maintain this instance? - maintenance_lifetime: '' + maintenance_lifetime: '' # Supports Markdown # How will you pay the PeerTube instance server? With your own funds? With users donations? Advertising? - business_model: '' + business_model: '' # Supports Markdown # If you want to explain on what type of hardware your PeerTube instance runs # Example: "2 vCore, 2GB RAM..." -- cgit v1.2.3