Merge pull request #36 from nguyendangminh/master

Add config sample for MySQL
This commit is contained in:
Patrick O 2016-09-15 21:02:22 +10:00 committed by GitHub
commit 2fb970b11c

View file

@ -248,6 +248,14 @@ host="localhost"
port=5432
user="dbusername"
pass="dbpassword"
[mysql]
dbname="dbname"
host="localhost"
port=3306
user="dbusername"
pass="dbpassword"
sslmode="false"
```
#### Initial Generation