From e9b70f64e98e201aba0785c037721f0918ee5f13 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Fri, 14 May 2021 14:43:31 +0200 Subject: [PATCH] Minor fixes Make mandatory parameter more obvious, and correct `external_port` description. --- config/config.example.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/config.example.yml b/config/config.example.yml index 27c203c3..257ece0e 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -5,8 +5,8 @@ ######################################### ## -## Database configuration with separate parameters. This -## setting is mandatory, unless database_url is used. +## Database configuration with separate parameters. +## This setting is MANDATORY, unless 'database_url' is used. ## db: user: kemal @@ -18,8 +18,8 @@ db: ## ## Database configuration using a single URI. This is an ## alternative to the 'db' parameter above. If both forms -## are used, then only database_url is used. Mandatory if -## 'db' is not set. +## are used, then only database_url is used. +## This setting is MANDATORY if 'db' is not set. ## ## Note: The 'database_url' setting allows the use of UNIX ## sockets. To do so, remove the IP address (or FQDN) and port @@ -61,10 +61,10 @@ db: #port: 3000 ## -## When the invidious instance is behind a proxy, and said proxy -## is listening on a non-standard port (i.e neither 80 nor 443), -## this setting lets invidious knows about it. This is used to -## craft absolute URLs to the instance (e.g in the API). +## When the invidious instance is behind a proxy, and the proxy +## listens on a different port than the instance does, this lets +## invidious know about it. This is used to craft absolute URLs +## to the instance (e.g in the API). ## ## Accepted values: 1-65535 ## Default: