koa: port: 7001 flyway: scriptDir: './db/migration-pg' typeorm: dataSource: default: type: postgres host: localhost port: 5433 username: postgres password: root database: postgres