{
    "type": "postgres",
    "host": "127.0.0.200",
    "port": 5432,
    "username": "kenyauserexport",
    "database": "kenyaexport",
    "password": "kenyauserpassword",
    "synchronize": false,
    "logging": false,
    "entities": [
       "build/entity/**/*.js"
    ],
    "migrations": [
        "build/migration/**/*.js"
    ],
    "subscribers": [
       "build/subscriber/**/*.js"
    ],
    "cli": {
       "entitiesDir": "src/entity",
       "migrationsDir": "src/migration",
       "subscribersDir": "src/subscriber"
    }
 }
 