# Amount of time to keep a session when a user does not log in
authServerType = "stackstateAuthServer"
# echo -n "password" | md5sum
# Open http://www.md5.net/md5-generator/
# Enter your password and press submit, you will get an MD5 Hash
# Set the MD5 Hash into `auth.password`
{ username = "admin", password: "5f4dcc3b3mn765d61d8327deb882cd78", roles = ["stackstate-admin"] }
{ username = "guest", password: "5f4dcc3b5aa765d61d8327deb882cf99", roles = ["stackstate-guest"] }
{ username = "manager", password: "3g4dcc3b5aa765d61g5537deb882cf99", roles = ["stackstateManager"] }
adminGroups = ["stackstate-admin"]
powerUserGroups = ["stackstate-power-user"]
guestGroups = ["stackstate-guest"]