good morning!!!!

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

    pool /base {
        pool basic session {
            otel_tracing_option client
        }
Thomas Guinther's avatar
Thomas Guinther committed

        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
}