mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-26 21:45:20 +02:00
17 lines
315 B
YAML
17 lines
315 B
YAML
users:
|
|
administrator:
|
|
username: "administrator"
|
|
no-reply:
|
|
username: "no-reply"
|
|
roles:
|
|
- mail-bot
|
|
limits:
|
|
rate: "60 / 1min"
|
|
burst: 3600
|
|
test12345:
|
|
username: "treset12345"
|
|
roles:
|
|
- mail-bot
|
|
limits:
|
|
rate: "60 / 1min"
|
|
burst: 3600 |