mirror of
				https://github.com/YunoHost-Apps/send_ynh.git
				synced 2025-11-04 07:45:30 +01:00 
			
		
		
		
	Update config.js
This commit is contained in:
		@@ -126,7 +126,7 @@ const conf = convict({
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  listen_address: {
 | 
					  listen_address: {
 | 
				
			||||||
    format: 'ipaddress',
 | 
					    format: 'ipaddress',
 | 
				
			||||||
    default: '0.0.0.0',
 | 
					    default: '127.0.0.1',
 | 
				
			||||||
    env: 'IP_ADDRESS'
 | 
					    env: 'IP_ADDRESS'
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  listen_port: {
 | 
					  listen_port: {
 | 
				
			||||||
@@ -147,7 +147,7 @@ const conf = convict({
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  env: {
 | 
					  env: {
 | 
				
			||||||
    format: ['production', 'development', 'test'],
 | 
					    format: ['production', 'development', 'test'],
 | 
				
			||||||
    default: 'development',
 | 
					    default: 'production',
 | 
				
			||||||
    env: 'NODE_ENV'
 | 
					    env: 'NODE_ENV'
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  max_file_size: {
 | 
					  max_file_size: {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user