Account
Name | Value |
---|---|
ACCOUNT_ADMIN_USERNAME | This 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_PASSWORD | This is the password for the primary admin account. Default: "admin" |
ACCOUNT_ADMIN_LOG_PASSWORD | If 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_ICON | If disabled the profile icon will be hidden from the header. Default: true |
ACCOUNT_LOCKOUT_ATTEMPTS | If a hacker makes X number of failed logins they will be banner for a specified duration. Default: 5 |
ACCOUNT_LOCKOUT_MINS | If a hacker reaches the lockout limit they will be banned for the specified time in minutes. Default: 60 |