README: mention updater server override
This commit is contained in:
parent
63cdc0713d
commit
a5a55ad69a
1 changed files with 9 additions and 0 deletions
|
@ -52,6 +52,15 @@ To use the auth server, the following snippet needs to be added to the clients'
|
|||
auth-server=https://my-auth-server.example/
|
||||
```
|
||||
|
||||
Unless your clients are really offline, you also need to override the updater server to an
|
||||
invalid/unreachable address, otherwise the client will contact it with an invalid token on startup
|
||||
and prompt for a re-login:
|
||||
|
||||
```ini
|
||||
[servers]
|
||||
updater-server=http://invalid.example
|
||||
```
|
||||
|
||||
### Running factoriauth
|
||||
|
||||
TBD
|
||||
|
|
Loading…
Reference in a new issue