mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2025-08-01 20:20:25 +02:00
Allow disabling automatic creation of clients
This may be useful in multi-user deployment scenarios where some external administrative tools are used to create new clients.
This commit is contained in:
parent
4de5c9a345
commit
3a794341ce
8 changed files with 117 additions and 26 deletions
|
@ -91,6 +91,11 @@ of UUIDs. Client IDs can be specified with `--allow-client-id`, but this should
|
|||
not be used on shared systems, as command line arguments are visible to all
|
||||
users on the system.
|
||||
|
||||
By default, the server will create clients on first contact, so it is easy to
|
||||
start from an empty database. If you are managing clients in the database
|
||||
through some other means, disable this behavior with `--no-create-clients` or
|
||||
`CREATE_CLIENTS=false`.
|
||||
|
||||
The server only logs errors by default. To add additional logging output, set
|
||||
environment variable `RUST_LOG` to `info` to get a log message for every
|
||||
request, or to `debug` to get more verbose debugging output.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue