renamed config.json.default to config.def.json because the lack of syntax highlighting was getting on my nerves
This commit is contained in:
		
							parent
							
								
									e0eec31096
								
							
						
					
					
						commit
						f37840ef01
					
				| 
						 | 
					@ -1,13 +1,14 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	"site": "https://example.com",
 | 
						"site": "https://botsin.space",
 | 
				
			||||||
	"cw": null,
 | 
						"cw": null,
 | 
				
			||||||
	"instance_blacklist": ["bofa.lol", "witches.town", "knzk.me"], 
 | 
						"instance_blacklist": ["bofa.lol", "witches.town", "knzk.me"], 
 | 
				
			||||||
	"learn_from_cw": false,
 | 
						"learn_from_cw": false,
 | 
				
			||||||
	"mention_handling": 1,
 | 
						"mention_handling": 1,
 | 
				
			||||||
	"max_thread_length": 15,
 | 
						"max_thread_length": 15,
 | 
				
			||||||
	"strip_paired_punctuation": false,
 | 
						"strip_paired_punctuation": false,
 | 
				
			||||||
	"secret": "client_secret",
 | 
						"website": "https://git.nixnet.services/amber/amber-ebooks",
 | 
				
			||||||
	"id": 11111111111,
 | 
						"client": {
 | 
				
			||||||
	"client": "placeholder",
 | 
							"id": "placeholder string",
 | 
				
			||||||
	"website": "https://git.nixnet.services/amber/amber-ebooks"
 | 
							"secret": "placeholder string"
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue