// Rename this file to config.js and add your real credentials // This file is ignored by git module.exports = { // Example credentials DB_HOST: "localhost", DB_USER: "root", DB_PASS: "password", // Add any other secrets here };