From 0a2de3eacfc257f43b15f15f5109f265a47f0967 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Wed, 19 Jun 2019 20:03:41 -0500 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index 0270057..860b65b 100644 --- a/Configuration.md +++ b/Configuration.md @@ -40,7 +40,7 @@ db: - `admins` (default `[]`) List of user IDs that have access to administrator preferences -- `external_port` (default `nil) Invidious should supply links to a different port (if running behind a proxy, for example). PubSub notifications (if enabled) will also be sent to this port +- `external_port` (default `nil`) Invidious should supply links to a different port (if running behind a proxy, for example). PubSub notifications (if enabled) will also be sent to this port - `default_user_preferences` (default [`ConfigPreferences`](https://github.com/omarroth/invidious/blob/0.16.0/src/invidious/helpers/helpers.cr#L39)) Default preferences to use for new and unregistered users, see [#415](https://github.com/omarroth/invidious/issues/415)