|  | @@ -2,7 +2,7 @@ const config = {
 | 
	
		
			
				|  |  |    allowRegister: true,
 | 
	
		
			
				|  |  |    port: process.env.PORT || 3000,
 | 
	
		
			
				|  |  |    database: 'data.db',
 | 
	
		
			
				|  |  | -  href: 'https://your.domain.com/',
 | 
	
		
			
				|  |  | +  href: process.env.HREF || 'https://your.domain.com/',
 | 
	
		
			
				|  |  |    session_secret: 'change this',
 | 
	
		
			
				|  |  |    cookie_secret: 'change this',
 | 
	
		
			
				|  |  |  };
 |