19 lines
		
	
	
		
			497 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			497 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # what port to host a server on ($PORT overrides this)
 | |
| port: 2222
 | |
| 
 | |
| # what port to host profiling on (unimportant)
 | |
| profile_port: 5555
 | |
| 
 | |
| # where to store data such as bans and logs
 | |
| data_dir: /home/devzat/devzat-data
 | |
| 
 | |
| # where the SSH private key is stored
 | |
| key_file: /home/devzat/devzat-sshkey
 | |
| 
 | |
| # whether to censor messages (optional)
 | |
| censor: false
 | |
| 
 | |
| # a list of admin IDs and notes about them
 | |
| admins:
 | |
|   82f6872383933e913b31dbb906e4c44ea2937bea9531ac11429f16cee2e5a975: 'Seher Taak: github.com/tlinden'
 |