This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
				
			
		
		
		
		
			
	
	
		
			
	
		
		
			
				
				
					
						
						
						
							|  | # Database settings
 | 
						
						
						
							|  | DATABASE_URL=postgres://miniflux:changeme@db/miniflux?sslmode=disable
 | 
						
						
						
							|  | RUN_MIGRATIONS=1
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | # Auto-create admin user
 | 
						
						
						
							|  | CREATE_ADMIN=1
 | 
						
						
						
							|  | ADMIN_USERNAME=admin
 | 
						
						
						
							|  | ADMIN_PASSWORD=changeme
 |