2 Star 9 Fork 0

hellokitty/m-mall-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.js 764 Bytes
一键复制 编辑 原始数据 按行查看 历史
skyvow 提交于 2016-12-21 15:37 . add wechat
export default {
secret: '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ',
mongo: {
development: {
connectionString: 'mongodb://127.0.0.1:27017/mall'
},
production: {
connectionString: 'mongodb://127.0.0.1:27017/mall'
}
},
redis: {
development: {
connectionString: 'redis://127.0.0.1:6379'
},
production: {
connectionString: 'redis://127.0.0.1:6379',
}
},
upload: {
tmp : 'public/tmp/',
path: 'public/uploads/'
},
superAdmin: {
username: 'admin',
password: '123456',
},
orderStatus: {
'submitted': '已提交',
'canceled' : '已取消',
'confirmed': '已确认',
'finished' : '已完成',
},
wechat: {
appid: 'wx4ec54c44008298ec',
secret: '8295e6dd753aab17624e0bb0e1c4e98d',
},
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/hellokitty21125/m-mall-admin.git
[email protected]:hellokitty21125/m-mall-admin.git
hellokitty21125
m-mall-admin
m-mall-admin
master

搜索帮助