mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			623 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			623 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| APP_ENV=testing
 | |
| APP_DEBUG=true
 | |
| APP_KEY=SomeRandomStringOf32CharsExactly
 | |
| 
 | |
| 
 | |
| DB_CONNECTION=sqlite
 | |
| DB_HOST=localhost
 | |
| DB_DATABASE=homestead
 | |
| DB_USERNAME=homestead
 | |
| DB_PASSWORD=secret
 | |
| 
 | |
| CACHE_DRIVER=array
 | |
| SESSION_DRIVER=array
 | |
| QUEUE_DRIVER=array
 | |
| 
 | |
| DEFAULT_CURRENCY=EUR
 | |
| DEFAULT_LANGUAGE=en_US
 | |
| 
 | |
| REDIS_HOST=localhost
 | |
| REDIS_PASSWORD=null
 | |
| REDIS_PORT=6379
 | |
| 
 | |
| MAIL_DRIVER=log
 | |
| MAIL_HOST=mailtrap.io
 | |
| MAIL_PORT=2525
 | |
| MAIL_FROM=your_address_here@example.com
 | |
| MAIL_USERNAME=null
 | |
| MAIL_PASSWORD=null
 | |
| MAIL_ENCRYPTION=null
 | |
| 
 | |
| SHOW_INCOMPLETE_TRANSLATIONS=false
 | |
| 
 | |
| ANALYTICS_ID=abcde
 | |
| RUNCLEANUP=false
 | |
| SITE_OWNER=your_address_here@example.com
 | |
| 
 | |
| BLOCKED_DOMAINS= |