{ "type": "postgres", "host": "localhost", "port": 5432, "username": "postgres", "password": "Cara@2012", "database": "postgres", "entities": [ "./src/models/*.ts" ], "migrations": [ "./src/database/migrations/*.ts" ], "cli": { "migrationsDir": "./src/database/migrations" } }