UNPKG

express-demo

Version:

Express app demo. With social login, i18n, unit test, create doc, minify files, check format and syntax.

7 lines 200 B
module.exports = { username: PER.config.db.username, password: PER.config.db.password, database: PER.config.db.database, host: PER.config.db.host, dialect: PER.config.db.dialect };