Update manually.md (railway) (#2108)

* Update manually.md

Add caution alert to the railway setup.

* fix

---------

Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
This commit is contained in:
Jordi Ollé Ballesté 2024-06-20 23:48:40 +02:00 committed by GitHub
parent cd022ee3eb
commit 8d90a3a974
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -330,8 +330,8 @@ Let's deploy our server first:
Open the `Settings` and go to the `Variables` tab: Open the `Settings` and go to the `Variables` tab:
- click **Variable reference** and select `DATABASE_URL` (it will populate it with the correct value) - 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_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`) - 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/)) - add `JWT_SECRET` - enter a random string at least 32 characters long (use an [online generator](https://djecrety.ir/))
<AddExternalAuthEnvVarsReminder /> <AddExternalAuthEnvVarsReminder />