# jm-config-server **Repository Path**: fefeding/jm-config-server ## Basic Information - **Project Name**: jm-config-server - **Description**: No description available - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-01 - **Last Updated**: 2021-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 配置系统 * 部署 ```js > git clone https://github.com/jiamao/jm-config-server.git > cd jm-config-server > npm i ``` > 修改 `config/config.local.ts`中的数据配置库 > `npm run dev` 即可启动, > dev环境下会自动生成表,只需配置库名即可 * [发布配置帮助](./docs/发布脚本配置.md) * 登录态 > 现写死在 `app/middleware/access.ts` 中,请自行处理