# blog_back_end **Repository Path**: foril/blog_back_end ## Basic Information - **Project Name**: blog_back_end - **Description**: 博客后端代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-04 - **Last Updated**: 2023-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 项目已脱敏,需自建`src/productionConfig.js`配置文件: ```js // 示例 module.exports = { dbConfig: { host: '', user: '', password: '', database: '' }, portConfig: 3001, sessionConfig: { name: "foril", //cookie的名字 secret: '' } } ``` 整合sequelize和webpack时遇到的问题: ``` Please install mysql2 package manually pg-hstore...... ``` 解决方案: * target:'node' * Sequelize实例传入dialect设置