Skip to content

Commit

Permalink
update README.md:config
Browse files Browse the repository at this point in the history
  • Loading branch information
eddycjy committed Dec 16, 2018
1 parent 2f8eaa4 commit a5986ec
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@ $ go get github.com/EDDYCJY/go-gin-example
- Mysql
- Redis

### Ready

Create a **blog database** and import [SQL](https://github.com/EDDYCJY/go-gin-example/blob/master/docs/sql/blog.sql)

### Conf

You should modify `conf/app.ini`

```
[database]
Type = mysql
Expand All @@ -36,10 +42,6 @@ IdleTimeout = 200
...
```

### Ready

Create a **blog database** and import [SQL](https://github.com/EDDYCJY/go-gin-example/blob/master/docs/sql/blog.sql)

### Run
```
$ cd $GOPATH/src/go-gin-example
Expand Down

0 comments on commit a5986ec

Please sign in to comment.