2 Star 0 Fork 0

tao117/h5-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.js 583 Bytes
一键复制 编辑 原始数据 按行查看 历史
朱苗菱 提交于 2018-03-30 10:44 . tt
//
// 配置信息
//
'use strict'
module.exports.mysql = {
host: '127.0.0.1',
user: 'root',
password: '111111',
database: 'mjjy',
port: 3306
}
module.exports.ret = {
OK: 0,
PARAM: 100,
ACCOUNT_NOT_EXISTS: 101,
PASSWORD_ERR: 102,
NEED_LOGIN: 103,
};
module.exports.wx = {
appId: 'wx5c67e71a6b0b9fd5',
appSecret: 'e5618795ae44ab0ac0a9d454d9afb3ed',
token: 'mengzh',
wxAccessToken: true, // 是否刷新公众号access_token
customerMenu: false, // 是否用代码生成菜单
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tao117/h5-server.git
[email protected]:tao117/h5-server.git
tao117
h5-server
h5-server
master

搜索帮助