Skip to main content

Account

NameValue
ACCOUNT_ADMIN_USERNAMEThis is the username for the primary admin. I recommend changing from the default as it makes it more difficult for hackers to guess.

Default: "admin"
ACCOUNT_ADMIN_PASSWORDThis is the password for the primary admin account.

Default: "admin"
ACCOUNT_ADMIN_LOG_PASSWORDIf enabled the password will be logged to the console on startup. I recommend you set this to false but to make setup easier for non-technical folks I am enabling by default.

Default: true
ACCOUNT_SHOW_PROFILE_ICONIf disabled the profile icon will be hidden from the header.

Default: true
ACCOUNT_LOCKOUT_ATTEMPTSIf a hacker makes X number of failed logins they will be banner for a specified duration.

Default: 5
ACCOUNT_LOCKOUT_MINSIf a hacker reaches the lockout limit they will be banned for the specified time in minutes.

Default: 60