Skip to content

Instantly share code, notes, and snippets.

View jbub's full-sized avatar

Juraj Bubniak jbub

View GitHub Profile
@jbub
jbub / resp.json
Created December 3, 2021 07:27
Fakturoid invoice API response
{
"accepted_at": null,
"attachment": null,
"bank_account": "655664",
"cancelled_at": null,
"client_city": "",
"client_country": "SK",
"client_local_vat_no": "",
"client_name": "Test customer",
"client_registration_no": "",
@jbub
jbub / pgcat.toml
Created May 15, 2023 07:27
pgcat.toml
# General pooler settings
[general]
# What IP to run on, 0.0.0.0 means accessible from everywhere.
host = "0.0.0.0"
# Port to run on, same as PgBouncer used in this example.
port = 6432
# Whether to enable prometheus exporter or not.
enable_prometheus_exporter = true