db.config.js 235 B

1234567891011121314
  1. module.exports = {
  2. HOST: "nordh.xyz",
  3. USER: "OddsNy",
  4. PASSWORD: "Odds1_Ny_Password",
  5. DB: "new_odds",
  6. dialect: "mysql",
  7. pool: {
  8. max: 5,
  9. min: 0,
  10. acquire: 30000,
  11. idle: 10000
  12. }
  13. }