19 lines
		
	
	
		
			597 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			597 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "SERVER": {
 | 
						|
    "HOST": "http://localhost",
 | 
						|
    "HTTP_PORT": 4201
 | 
						|
  },
 | 
						|
  "MEMPOOL": {
 | 
						|
    "HTTP_HOST": "http://localhost",
 | 
						|
    "HTTP_PORT": 4200,
 | 
						|
    "NETWORK": "bitcoin" // "bitcoin" | "liquid" | "bisq" (optional - defaults to "bitcoin")
 | 
						|
  },
 | 
						|
  "PUPPETEER": {
 | 
						|
    "DISABLE": false, // optional, boolean, disables puppeteer and /render endpoints
 | 
						|
    "CLUSTER_SIZE": 2,
 | 
						|
    "EXEC_PATH": "/usr/local/bin/chrome", // optional
 | 
						|
    "MAX_PAGE_AGE": 86400, // maximum lifetime of a page session (in seconds)
 | 
						|
    "RENDER_TIMEOUT": 3000, // timeout for preview image rendering (in ms) (optional)
 | 
						|
  }
 | 
						|
}
 |