:5433 {
    ssl self_signed

    pool /postgres {
        pool basic session

        address localhost:5432

        username postgres
        password password
        database postgres
    }
}