good morning!!!!

Skip to content
Snippets Groups Projects
Gatfile 349 B
Newer Older
Thomas Guinther's avatar
Thomas Guinther committed
:5433 {
    ssl self_signed

    pool /base {
        pool basic session

        address localhost:5432

        username postgres
        password postgres
        database base
    }

    pool /pgbench {
        pool basic session

        address localhost:5432

        username postgres
        password postgres
        database test
    }
a's avatar
ok
a committed
}