15 lines
		
	
	
		
			318 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			318 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
telegram_connection:
 | 
						|
    api_token: "your-awesome-token"
 | 
						|
database_connection:
 | 
						|
    host: "localhost"
 | 
						|
    port: "3306"
 | 
						|
    user: "i2_bot"
 | 
						|
    password: "i2_bot"
 | 
						|
    database: "i2_bot"
 | 
						|
special_chats:
 | 
						|
    bastion_id: "group_id"
 | 
						|
    default_id: "group_id"
 | 
						|
    headquarters_id: "group_id"
 | 
						|
logs:
 | 
						|
    log_path: "./i2_bot.log"
 |