Variable | SINGLE_USER_USERNAME | |
Description | Sets the username for single-user authentication mode | |
Default | user |
To start LogScale in single-user mode, you need to set to
AUTHENTICATION_METHOD
to single-user
and
use this variable to provide the user's username.
If this variable is not set, the username will be user
.
ini
AUTHENTICATION_METHOD=single-user
SINGLE_USER_USERNAME=<your-username>