{
    "development": {
        "templates": undefined,
        "db": {
            "dialect": "mysql",
            "host": "localhost",
            "port": 3306,
            "database": "devdb",
            "username": "root",
            "password": null
        },
        "migration": {
            "migrations": "./migrations",
            "models": "./models",
            "seeds": "./seeds",
            "filesFilter": "\\.js$",
            "fileNames": "lower",
            "modelNames": "capitalize",
            "typeVariable": "types"
        }
    },

    "production": {
        "templates": undefined,
        "db": {
            "dialect": "mysql",
            "host": "localhost",
            "port": 3306,
            "database": "devdb",
            "username": "root",
            "password": null
        },
        "migration": {
            "migrations": "./migrations",
            "models": "./models",
            "seeds": "./seeds",
            "filesFilter": "\\.js$",
            "fileNames": "lower",
            "modelNames": "capitalize",
            "typeVariable": "types"
        }
    }

}