* Make invites expire after configurable window The value can be set in EXPIRE_AFTER_SECONDS env var and via helm chart values, and defaults to 7 days. * Create nightly test CI and add invite expiration test to it * Update 404 error message for missing or expired invite --------- Co-authored-by: sua yoo <sua@suayoo.com>
		
			
				
	
	
		
			7 lines
		
	
	
		
			222 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			222 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # microk8s overrides for ci
 | |
| # -------------------------
 | |
| 
 | |
| # use local images
 | |
| backend_image: "localhost:32000/webrecorder/browsertrix-backend:latest"
 | |
| frontend_image: "localhost:32000/webrecorder/browsertrix-frontend:latest"
 |