mirror of
https://github.com/DeNNiiInc/Advanced-Raid-Calculator.git
synced 2026-04-17 12:45:59 +00:00
feat: add deployment automation scripts
This commit is contained in:
10
config.example.js
Normal file
10
config.example.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// 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
|
||||
};
|
||||
Reference in New Issue
Block a user