mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00: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 |