From 8d90a3a97456564bc7480b91f44367fba3ba3381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jordi=20Oll=C3=A9=20Ballest=C3=A9?= <62399773+jolle11@users.noreply.github.com> Date: Thu, 20 Jun 2024 23:48:40 +0200 Subject: [PATCH] Update manually.md (railway) (#2108) * Update manually.md Add caution alert to the railway setup. * fix --------- Co-authored-by: Martin Sosic --- web/docs/advanced/deployment/manually.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/docs/advanced/deployment/manually.md b/web/docs/advanced/deployment/manually.md index 2b6be86c4..4be23142d 100644 --- a/web/docs/advanced/deployment/manually.md +++ b/web/docs/advanced/deployment/manually.md @@ -330,8 +330,8 @@ Let's deploy our server first: Open the `Settings` and go to the `Variables` tab: - click **Variable reference** and select `DATABASE_URL` (it will populate it with the correct value) - - add `WASP_WEB_CLIENT_URL` - enter the `client` domain (e.g. `https://client-production-XXXX.up.railway.app`) - - add `WASP_SERVER_URL` - enter the `server` domain (e.g. `https://server-production-XXXX.up.railway.app`) + - add `WASP_WEB_CLIENT_URL` - enter the `client` domain (e.g. `https://client-production-XXXX.up.railway.app`). `https://` prefix is required! + - add `WASP_SERVER_URL` - enter the `server` domain (e.g. `https://server-production-XXXX.up.railway.app`). `https://` prefix is required! - add `JWT_SECRET` - enter a random string at least 32 characters long (use an [online generator](https://djecrety.ir/))