fga-eps-mds/2020.1-VC_Gestor-BackEnd

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

Summary

Maintainability
A
40 mins
Test Coverage

Showing 1 of 1 total issue

Identical blocks of code found in 3 locations. Consider refactoring.
Open

module.exports = {
dialect: "postgres",
host: "172.25.0.2",
username: "developer",
password: "developer",
Severity: Minor
Found in packages/benefits/src/config/database.js and 2 other locations - About 40 mins to fix
packages/news/src/config/database.js on lines 1..10
packages/user/src/config/database.js on lines 1..10
Category
Status