Skip to content

Commit 3988641

Browse files
committed
Suggest using CLIENT_ID instead of --allow-client-id
1 parent 7dec5fe commit 3988641

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,10 @@ The `--data-dir` option specifies where the server should store its data. This
8181
value can be specified in the environment variable `DATA_DIR`.
8282

8383
By default, the server allows all client IDs. To limit the accepted client IDs,
84-
such as when running a personal server, use `--allow-client-id <client-id>`.
85-
This value can be specified in the environment variable `CLIENT_ID`, as a
86-
comma-separated list of client IDs.
84+
specify them in the environment variable `CLIENT_ID`, as a comma-separated list
85+
of UUIDs. Client IDs can be specified with `--allow-client-id`, but this should
86+
not be used on shared systems, as command line arguments are visible to all
87+
users on the system.
8788

8889
The server only logs errors by default. To add additional logging output, set
8990
environment variable `RUST_LOG` to `info` to get a log message for every

0 commit comments

Comments
 (0)