Files
Advanced-Raid-Calculator/config.example.js

11 lines
250 B
JavaScript

// 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
};