genesis-cli
Version:
It´s a CLI app to Create NodeJS projects like a boss
10 lines (8 loc) • 307 B
Plain Text
const path = require("path");
module.exports = {
// config: path.resolve("./config", "config.json"),
"models-path": path.resolve("./app/models"),
"seeders-path": path.resolve("./seeders"),
"migrations-path": path.resolve("./migrations"),
url: "mysql://MoralexCode:s3cr3t@{{name}}db/{{name}}",
};