config.js.sample 128 B

123456789
  1. module.exports = {
  2. db: {
  3. username: "totorobook",
  4. password: "HackMe",
  5. server: "localhost"
  6. }
  7. };