From 97b6428af78d7b00d9b57e1a317d1355f5e76939 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 20 Oct 2021 16:14:55 +0200 Subject: [PATCH] Breaking: fix inconsistencies in configuration --- config/default.yaml | 26 +++++++++---------- config/production.yaml.example | 26 +++++++++---------- server/initializers/config.ts | 6 ++--- .../docker/production/config/production.yaml | 4 +-- 4 files changed, 31 insertions(+), 31 deletions(-) diff --git a/config/default.yaml b/config/default.yaml index a8d070cc8..c46d0e883 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -34,7 +34,7 @@ rates_limit: trust_proxy: - 'loopback' -# Your database name will be database.name OR "peertube"+database.suffix +# Your database name will be database.name OR 'peertube'+database.suffix database: hostname: 'localhost' port: 5432 @@ -71,9 +71,9 @@ smtp: email: body: - signature: "PeerTube" + signature: 'PeerTube' subject: - prefix: "[PeerTube]" + prefix: '[PeerTube]' # PeerTube client/interface configuration client: @@ -145,9 +145,9 @@ log: level: 'info' # 'debug' | 'info' | 'warn' | 'error' rotation: enabled : true # Enabled by default, if disabled make sure that 'storage.logs' is pointing to a folder handled by logrotate - maxFileSize: 12MB - maxFiles: 20 - anonymizeIP: false + max_file_size: 12MB + max_files: 20 + anonymize_ip: false log_ping_requests: true prettify_sql: false @@ -294,7 +294,7 @@ user: video_quota: -1 video_quota_daily: -1 -# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag +# If enabled, the video will be transcoded to mp4 (x264) with `faststart` flag # In addition, if some resolutions are enabled the mp4 video file will be transcoded to these new resolutions. # Please, do not disable transcoding since many uploaded videos will not work transcoding: @@ -400,7 +400,7 @@ import: # You can use an HTTP/HTTPS/SOCKS proxy with youtube-dl proxy: enabled: false - url: "" + url: '' torrent: # Magnet URI or torrent file (use classic TCP/UDP/WebSeed to download the file) enabled: false @@ -434,7 +434,7 @@ instance: business_model: '' # Supports Markdown # If you want to explain on what type of hardware your PeerTube instance runs - # Example: "2 vCore, 2GB RAM..." + # Example: '2 vCore, 2GB RAM...' hardware_information: '' # Supports Markdown # What are the main languages of your instance? To interact with your users for example @@ -474,20 +474,20 @@ instance: # Enabling it will allow other administrators to know that you are mainly federating sensitive content # Moreover, the NSFW checkbox on video upload will be automatically checked by default is_nsfw: false - # By default, "do_not_list" or "blur" or "display" NSFW videos + # By default, `do_not_list` or `blur` or `display` NSFW videos # Could be overridden per user with a setting default_nsfw_policy: 'do_not_list' customizations: javascript: '' # Directly your JavaScript code (without