expert review prep

This commit is contained in:
SebasKoedam
2024-05-31 12:55:23 +02:00
parent 70b5b1078b
commit d3404a8eb2
4 changed files with 70 additions and 40 deletions

View File

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