Merge pull request #4 from anyanfei/main

fixed: 修改文档创建yaml配置错误的地方
This commit is contained in:
孟帅 2022-03-23 14:58:48 +08:00 committed by GitHub
commit 91ea47ec1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@
- node版本 >= v14.0.0
- golang版本 >= v1.16
- IDE推荐Goland
- mysql版本 >=5.7
- mysql版本 >=8.0
- redis版本 >=5.0
## 快速开始
@ -42,7 +42,7 @@ git clone https://github.com/bufanyun/hotgo.git
服务端:
- 创建mysql数据库将数据库文件导入你的mysql目录地址/hotgo-server/storage/hotgo.sql
- 将/hotgo-server/config/config.example.yaml 改为config.example.yaml并根据你实际环境情况进行配置
- 将/hotgo-server/config/config.example.yaml 改为config.yaml并根据你实际环境情况进行配置
web+uinapp端
- 配置服务端地址,包含在一下文件中: