mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			280 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			280 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| APP_ENV=testing
 | |
| APP_DEBUG=true
 | |
| APP_KEY=SomeRandomString
 | |
| 
 | |
| DB_CONNECTION=sqlite
 | |
| DB_HOST=localhost
 | |
| DB_DATABASE=homestead
 | |
| DB_USERNAME=homestead
 | |
| DB_PASSWORD=secret
 | |
| 
 | |
| CACHE_DRIVER=array
 | |
| SESSION_DRIVER=array
 | |
| 
 | |
| EMAIL_SMTP=
 | |
| EMAIL_USERNAME=
 | |
| EMAIL_PASSWORD=
 | |
| ANALYTICS_ID=ABC
 | |
| EMAIL_PRETEND=true |