24 lines
508 B
TOML
Raw Normal View History

2022-06-16 13:09:28 +00:00
[Admin]
2022-05-28 22:22:29 +02:00
roles = ["Admin", "ManageUsers"]
2022-04-20 14:39:55 +02:00
passwd = "secret"
noot = "noot!"
cardkey = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
2022-06-15 21:46:14 +00:00
[Manager]
roles = ["Manage", "Use", "Read", "Disclose", "ManageUsers"]
2022-04-20 14:39:55 +02:00
passwd = "secret"
noot = "noot!"
cardkey = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
2022-06-16 13:09:28 +00:00
[Maker]
2022-06-15 21:46:14 +00:00
roles = ["Use", "Read", "Disclose"]
2022-04-20 14:39:55 +02:00
passwd = "secret"
noot = "noot!"
2022-06-16 14:44:02 +00:00
cardkey = "d126df5f1e315597b7f79983f8904323"
2022-04-20 14:39:55 +02:00
2022-06-16 13:09:28 +00:00
[Guest]
2022-06-15 21:46:14 +00:00
roles = ["Read", "Disclose"]
2022-04-20 14:39:55 +02:00
passwd = "secret"
noot = "noot!"
2022-05-24 23:28:17 +00:00
cardkey = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"