mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +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 |