Add .env.example
This commit is contained in:
		
							parent
							
								
									58c2bac2d2
								
							
						
					
					
						commit
						c169223045
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		
							
								
								
									
										8
									
								
								.env.example
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								.env.example
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,8 @@
 | 
				
			||||||
 | 
					NODE_ENV=development
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					MAIL_FROM=fromaddress@example.com
 | 
				
			||||||
 | 
					MAIL_HOST=smtp.smtphost.net
 | 
				
			||||||
 | 
					MAIL_PORT=465
 | 
				
			||||||
 | 
					MAIL_SECURE=true
 | 
				
			||||||
 | 
					MAIL_USER=username
 | 
				
			||||||
 | 
					MAIL_PASS=password
 | 
				
			||||||
		Reference in a new issue