mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-30 20:58:29 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			389 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			389 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| channel_threads: 1
 | |
| feed_threads: 1
 | |
| db:
 | |
|   user: kemal
 | |
|   password: kemal
 | |
|   host: localhost
 | |
|   port: 5432
 | |
|   dbname: invidious
 | |
| # alternatively, the database URL can be provided directly - if both are set then the latter takes precedence
 | |
| # database_url: postgres://kemal:kemal@localhost:5432/invidious
 | |
| full_refresh: false
 | |
| https_only: false
 | |
| domain:
 | |
| instance_maintainer_email: example@example.com
 |