fabaccess-bffh/examples/docker/basic/config/users.toml

12 lines
300 B
TOML
Raw Normal View History

2020-12-22 02:43:15 +01:00
[Testuser]
# Define them in roles.toml as well
2021-02-09 18:32:59 +01:00
roles = ["somerole/lmdb", "testrole/lmdb"]
2020-12-22 02:43:15 +01:00
# If two or more users want to use the same machine at once the higher prio
# wins
priority = 0
# You can add whatever random data you want.
# It will get stored in the `kv` field in UserData.
noot = "noot!"