fix: don't include full desktop path in deeplink redirect

This commit is contained in:
Mo Bitar
2021-11-09 18:13:43 -06:00
parent 0d5e348523
commit 8c3271bcb3
4 changed files with 5 additions and 5 deletions

View File

@@ -97,10 +97,10 @@ Then open your browser to `http://localhost:3001`.
---
You can also set the `SF_DEFAULT_SERVER` environment variable to set the default server for login and registration.
You can also set the `DEFAULT_SYNC_SERVER` environment variable to set the default server for login and registration.
```
SF_DEFAULT_SERVER=https://sync.myserver
DEFAULT_SYNC_SERVER=https://sync.myserver
```
---