| 
				
			 | 
			
			
				@@ -84,8 +84,9 @@ Rails.application.configure do 
			 | 
		
	
		
			
			| 
				84
			 | 
			
				84
			 | 
			
			
				   # Do not dump schema after migrations. 
			 | 
		
	
		
			
			| 
				85
			 | 
			
				85
			 | 
			
			
				   config.active_record.dump_schema_after_migration = false 
			 | 
		
	
		
			
			| 
				86
			 | 
			
				86
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				87
			 | 
			
				
			 | 
			
			
				-  config.action_mailer.delivery_method = :smtp 
			 | 
		
	
		
			
			| 
				
			 | 
			
				87
			 | 
			
			
				+  config.action_mailer.delivery_method = :mailgun 
			 | 
		
	
		
			
			| 
				88
			 | 
			
				88
			 | 
			
			
				   config.action_mailer.mailgun_settings = { 
			 | 
		
	
		
			
			| 
				89
			 | 
			
				
			 | 
			
			
				-    domain: 'mail.maartenberg.nl' 
			 | 
		
	
		
			
			| 
				
			 | 
			
				89
			 | 
			
			
				+        api_key: ENV['MAILGUN_API_KEY'], 
			 | 
		
	
		
			
			| 
				
			 | 
			
				90
			 | 
			
			
				+        domain: ENV['MAILGUN_DOMAIN'] 
			 | 
		
	
		
			
			| 
				90
			 | 
			
				91
			 | 
			
			
				   } 
			 | 
		
	
		
			
			| 
				91
			 | 
			
				92
			 | 
			
			
				 end 
			 |