mirror of
				https://git.sr.ht/~cadence/cloudtube
				synced 2025-10-27 19:59:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			279 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			279 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
| 	/*
 | |
| 	  Copy this file to `config.js`, and add options here.
 | |
| 	  They'll override the options from `utils/constants.js`.
 | |
| 	  For example, the next block changes the default instance.
 | |
| 	*/
 | |
| 
 | |
| 	user_settings: {
 | |
| 		instance: {
 | |
| 			default: "https://example.com"
 | |
| 		}
 | |
| 	}
 | |
| }
 | 
