{
    "development": {
        "username": "postgres",
        "password": "123",
        "database": "calendaradmin",
        "dialect": "postgres",
        "logging": false
    },
    "test": {
        "username": "postgres",
        "password": "123",
        "database": "calendaradmin",
        "dialect": "postgres",
        "logging": false
    },
    "production": {
        "username": "postgres",
        "password": "123",
        "database": "calendaradmin",
        "host": ".",
        "dialect": "postgres",
        "logging": false

    }
}
