teamtalkbot/config_default.json
Umiko f331b10358
Some checks are pending
Build-nightly / docker (push) Waiting to run
first commit.
2025-04-13 14:44:48 +07:00

80 lines
2.1 KiB
JSON

{
"config_version": 0,
"general": {
"language": "en",
"send_channel_messages": false,
"send_broadcast_messages": true,
"bot_lock": false,
"cache_file_name": "TTMediaBotCache.dat",
"blocked_commands": [],
"delete_uploaded_files_after": 300,
"time_format": "%H:%M"
},
"sound_devices": {
"output_device": 1,
"input_device": 0
},
"player": {
"default_volume": 50,
"max_volume": 100,
"volume_fading": true,
"volume_fading_interval": 0.08,
"seek_step": 5,
"player_options": {}
},
"teamtalk": {
"hostname": "tt.infiartt.com",
"tcp_port": 1945,
"udp_port": 1945,
"encrypted": false,
"nickname": "🎶 player",
"status": "",
"gender": "n",
"username": "",
"password": "",
"channel": "",
"channel_password": "",
"license_name": "",
"license_key": "",
"reconnection_attempts": -1,
"reconnection_timeout": 10,
"users": {
"admins": [
"admin"
],
"banned_users": []
},
"event_handling": {
"load_event_handlers": false,
"event_handlers_file_name": "event_handlers.py"
}
},
"services": {
"default_service": "yt",
"vk": {
"enabled": true,
"token": "30638cf75e342a89fc8edca415f22e584015c7991abea763447d958d5533ef75ffa812cd2d21209df4d04"
},
"yam": {
"enabled": false,
"token": ""
},
"yt": {
"enabled": true
}
},
"logger": {
"log": true,
"level": "INFO",
"format": "%(levelname)s [%(asctime)s]: %(message)s in %(threadName)s file: %(filename)s line %(lineno)d function %(funcName)s",
"mode": "FILE",
"file_name": "TTMediaBot.log",
"max_file_size": 0,
"backup_count": 0
},
"shortening": {
"shorten_links": false,
"service": "clckru",
"service_params": {}
}
}