fga-eps-mds/2020.1-VC_Gestor-BackEnd

View on GitHub
packages/news/src/config/database.js

Summary

Maintainability
A
40 mins
Test Coverage
Identical blocks of code found in 3 locations. Consider refactoring.
module.exports = {
dialect: "postgres",
host: "172.25.0.2",
username: "developer",
password: "developer",
database: "dev_database",
define: {
timestamps: false,
},
};