From 927b23873fef58ea36b4f27acd5b65443421c378 Mon Sep 17 00:00:00 2001 From: chaos <72168435+qtchaos@users.noreply.github.com> Date: Sun, 31 Dec 2023 20:01:44 +0200 Subject: [PATCH] Update 2.use-backend.md --- content/1.self-hosting/2.use-backend.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/1.self-hosting/2.use-backend.md b/content/1.self-hosting/2.use-backend.md index 44cda41..324be60 100644 --- a/content/1.self-hosting/2.use-backend.md +++ b/content/1.self-hosting/2.use-backend.md @@ -7,10 +7,10 @@ title: 'Configure backend' If you would like to use an alternative backend server (the server responsible for saving user data across devices) then you can specify your own URL **without needing to host your own movie-web frontend!** ::alert{type="danger"} -Changing your backend server will log you out of your account - make sure you have a copy of your 12-word passphrase saved safely in case you need to go back! +Changing your backend server will log you out of your account - make sure you have a copy of your 12-word passphrase saved in case you need to go back! :: -1. On movie-web, got to your settings page by click the menu icon at the top right and then `Settings`. -1. Scroll down the page to the section named `Connections` where there is a toggle named `Custom server`. -1. Enable the `Custom server` toggle and enter your backend URL in the input box named `Custom server URL`. +1. On movie-web, click the menu icon at the top right and then `Settings`. +1. Scroll down the page to the `Connections` section. +1. Enable the `Custom server` toggle and enter your backend URL in the input box that appears. 1. Click `Save` at the bottom right corner of your screen.