// ================== НАСТРОЙКИ ==================
const BOT_TOKEN = 'PASTE_YOUR_TELEGRAM_BOT_TOKEN'
const MYSQL = {
host: '127.0.0.1',
user: 'root',
password: 'PASSWORD',
database: 'samp',
waitForConnections: true,
connectionLimit: 10
}
const SERVER_NAME = 'JUST'
//...