README: mention updater server override

This commit is contained in:
Xiretza 2024-02-10 10:32:58 +00:00
parent 63cdc0713d
commit a5a55ad69a

View file

@ -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