chore(version-snjs): 2.7.18

This commit is contained in:
Antonella Sgarlatta
2021-07-13 19:23:14 -03:00
parent 0e67f78259
commit b1aeaeac41
10 changed files with 8 additions and 24 deletions

View File

@@ -107,13 +107,10 @@ The web app makes use of two optional native extensions, which, when running the
EXTENSIONS_MANAGER_LOCATION=extensions/extensions-manager/dist/index.html
```
You can also set the `SF_DEFAULT_SERVER` and `SF_NEXT_VERSION_SERVER` environment variables to set the default servers for login and registration.
> **Note:** SF_NEXT_VERSION_SERVER can point to the same server. It is used for gradual upgrade of API versions.
You can also set the `SF_DEFAULT_SERVER` environment variable to set the default server for login and registration.
```
SF_DEFAULT_SERVER=https://sync.myserver
SF_NEXT_VERSION_SERVER=https://sync.myserver
```
---