File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -81,9 +81,10 @@ The `--data-dir` option specifies where the server should store its data. This
8181value can be specified in the environment variable ` DATA_DIR ` .
8282
8383By 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
8889The server only logs errors by default. To add additional logging output, set
8990environment variable ` RUST_LOG ` to ` info ` to get a log message for every
You can’t perform that action at this time.
0 commit comments