VariableSINGLE_USER_PASSWORD
Description Sets the password for single-user authentication mode

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 password.

If this variable is not set, a random password will be generated. Such generated password can be found in humio-data/single-user-password.txt.

ini
AUTHENTICATION_METHOD=single-user
SINGLE_USER_PASSWORD=<your-password>