mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-26 10:35:04 +03:00
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:
parent
cd022ee3eb
commit
8d90a3a974
@ -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 />
|
||||||
|
Loading…
Reference in New Issue
Block a user