mirror of
https://github.com/DeNNiiInc/Advanced-Raid-Calculator.git
synced 2026-04-17 12:45:59 +00:00
11 lines
250 B
JavaScript
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
|
|
};
|