From 218221d639d73929af87d84e2fe65f149d8c0b54 Mon Sep 17 00:00:00 2001 From: Jorrin Date: Fri, 15 Mar 2024 00:26:06 +0100 Subject: [PATCH] update config defaults --- content/3.client/3.configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/3.client/3.configuration.md b/content/3.client/3.configuration.md index 48f14de..e9595cf 100644 --- a/content/3.client/3.configuration.md +++ b/content/3.client/3.configuration.md @@ -94,14 +94,14 @@ Backend URL must **not** end with a slash. ### `VITE_HAS_ONBOARDING` - Type: `boolean` -- Default: `false` +- Default: `true` If you want your users to be prompted with an onboarding screen before they start watching, enable this. ### `VITE_ONBOARDING_CHROME_EXTENSION_INSTALL_LINK` - Type: `string` -- Default: `""` +- Default: `"https://chromewebstore.google.com/detail/movie-web-extension/hoffoikpiofojilgpofjhnkkamfnnhmm"` - Example: `"https://google.com"` When onboarding is enabled using `VITE_HAS_ONBOARDING`. This link will be used to link the proper Chrome extension to install. @@ -111,7 +111,7 @@ If omitted, this will still show the extension onboarding screen, just without a ### `VITE_ONBOARDING_FIREFOX_EXTENSION_INSTALL_LINK` - Type: `string` -- Default: `""` +- Default: `"https://addons.mozilla.org/en-GB/firefox/addon/movie-web-extension"` - Example: `"https://google.com"` When onboarding is enabled using `VITE_HAS_ONBOARDING`. This link will be used to link the proper Firefox extension to install.