mirror of
				https://github.com/caddyserver/caddy.git
				synced 2025-11-03 19:17:29 -05:00 
			
		
		
		
	diagnostics: Point to staging endpoint
This commit is contained in:
		
							parent
							
								
									6c17e4d4c8
								
							
						
					
					
						commit
						3e00e18adc
					
				@ -253,7 +253,7 @@ var (
 | 
				
			|||||||
const (
 | 
					const (
 | 
				
			||||||
	// endpoint is the base URL to remote diagnostics server;
 | 
						// endpoint is the base URL to remote diagnostics server;
 | 
				
			||||||
	// the instance ID will be appended to it.
 | 
						// the instance ID will be appended to it.
 | 
				
			||||||
	endpoint = "http://localhost:8081/update/"
 | 
						endpoint = "https://diagnostics-staging.caddyserver.com/update/" // TODO: make configurable, "http://localhost:8081/update/"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// defaultUpdateInterval is how long to wait before emitting
 | 
						// defaultUpdateInterval is how long to wait before emitting
 | 
				
			||||||
	// more diagnostic data. This value is only used if the
 | 
						// more diagnostic data. This value is only used if the
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user