{
  "rootPath": "./temp/db",
  "host": "127.0.0.1",
  "port": 3306,
  "user": "root",
  "password": "pwd01!",
  "dialect": "mysql",
  "databases": [
    { "name": "test" }
  ]
}
