mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-26 21:45:20 +02:00
10 lines
290 B
YAML
10 lines
290 B
YAML
# Add here the users which your application needs e.g:
|
|
users:
|
|
demo:
|
|
username: demo
|
|
email: "demo@{{ PRIMARY_DOMAIN }}"
|
|
roles: []
|
|
description: Demo User
|
|
limits:
|
|
rate: "60 / 1min" # token fill rate (N per window)
|
|
burst: 3600 # max immediate tokens |