1 Star 0 Fork 0

爱吃菠萝/vue-store-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.js 756 Bytes
一键复制 编辑 原始数据 按行查看 历史
爱吃菠萝 提交于 2022-08-20 11:08 +08:00 . 更新说明和部分注释
/*
* @Author: 张家亮 1690608011@qq.com
* @Date: 2022-08-17 17:30:22
* @LastEditors: 张家亮 1690608011@qq.com
* @LastEditTime: 2022-08-20 10:55:44
* @FilePath: \vue-store-server\config.js
* @Description: 全局配置信息
*
* Copyright (c) 2022 by 张家亮 1690608011@qq.com, All Rights Reserved.
*/
const path = require('path');
module.exports = {
Port: 3000, // 启动端口
staticDir: path.resolve('./public'), // 静态资源路径
uploadDir: path.join(__dirname, path.resolve('public/')), // 上传文件路径
// 数据库连接设置
dbConfig: {
connectionLimit: 10,//连接数
host: 'localhost',//主机名
user: 'root',//用户名
password: '401699',//密码
database: 'storedb'//数据库名
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhang-jia-liang12138/vue-store-server.git
git@gitee.com:zhang-jia-liang12138/vue-store-server.git
zhang-jia-liang12138
vue-store-server
vue-store-server
master

搜索帮助