1{ 2 "type": "mysql", 3 "database": "gitpod", 4 "host": "gitpod.io-local", 5 "username": "gitpod", 6 "password": "test", 7 "synchronize": false, 8 "logging": true, 9 "connectTimeout": 20000, 10 "timezone": "utc", 11 "charset": "utf8mb4", 12 "entities": [ "lib/typeorm/entity/**/*.js" ], 13 "migrations": [ "lib/typeorm/migration/**/*.js" ], 14 "subscribers": [ "lib/typeorm/subscriber/**/*.js" ], 15 "cli": { 16 "entitiesDir": "src/typeorm/entity", 17 "migrationsDir": "src/typeorm/migration", 18 "subscribersDir": "src/typeorm/subscriber" 19 } 20} 21