{ "name": "mysql", "type": "mysql", "host": "localhost", "port": 3306, "username": "root", "password": "root", "database": "test", "synchronize": true, "logging": true, "entities": [ "src/entity/**/*.ts" ], "migrations": [ "src/migration/**/*.ts" ], "subscribers": [ "src/subscriber/**/*.ts" ] }