// config.js module.exports = { host: '127.0.0.1', user: 'fitbot', password: 'fitbot123', database: 'fitbot', port: 3306, // Default MariaDB port };