Merge pull request #36 from nguyendangminh/master
Add config sample for MySQL
This commit is contained in:
commit
2fb970b11c
1 changed files with 8 additions and 0 deletions
|
@ -248,6 +248,14 @@ host="localhost"
|
||||||
port=5432
|
port=5432
|
||||||
user="dbusername"
|
user="dbusername"
|
||||||
pass="dbpassword"
|
pass="dbpassword"
|
||||||
|
|
||||||
|
[mysql]
|
||||||
|
dbname="dbname"
|
||||||
|
host="localhost"
|
||||||
|
port=3306
|
||||||
|
user="dbusername"
|
||||||
|
pass="dbpassword"
|
||||||
|
sslmode="false"
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Initial Generation
|
#### Initial Generation
|
||||||
|
|
Loading…
Add table
Reference in a new issue