mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-04 03:43:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			207 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			207 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "host": "${process.env.HOST || '0.0.0.0'}",
 | 
						|
  "port": "${process.env.PORT || 1337}",
 | 
						|
  "proxy": {
 | 
						|
    "enabled": false
 | 
						|
  },
 | 
						|
  "cron": {
 | 
						|
    "enabled": false
 | 
						|
  },
 | 
						|
  "admin": {
 | 
						|
    "autoOpen": false
 | 
						|
  }
 | 
						|
}
 |