{
    "type": "postgres",
    "url": "postgres://selbneyjmlvvsu:93549e345674c373d7e89ec12fdf42dbf1f548542636d03708de8904ad862498@ec2-34-230-153-41.compute-1.amazonaws.com:5432/d7cbt62op2058n",
    "synchronize": true,
    "logging": false,
    "ssl": true,
    "extra": {
        "ssl": {
            "rejectUnauthorized": false
        }
    },
    "entities": ["src/entity/**/*.ts"],
    "migrations": ["src/migration/**/*.ts"],
    "subscribers": ["src/subscriber/**/*.ts"],
    "cli": {
        "entitiesDir": "src/entity",
        "migrationsDir": "src/migration",
        "subscribersDir": "src/subscriber"
    }
}
