1 Star 0 Fork 58

sparkinzy / ali_wx_pay

forked from 网行天下 / ali_wx_pay 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.sequelizerc 302 Bytes
一键复制 编辑 原始数据 按行查看 历史
'use strict';
const path = require('path');
module.exports = {
config: path.join(__dirname, 'database/config.json'),
'migrations-path': path.join(__dirname, 'database/migrations'),
'seeders-path': path.join(__dirname, 'database/seeders'),
'models-path': path.join(__dirname, 'app/model'),
};
NodeJS
1
https://gitee.com/sparkinzy/ali_wx_pay.git
git@gitee.com:sparkinzy/ali_wx_pay.git
sparkinzy
ali_wx_pay
ali_wx_pay
master

搜索帮助