This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
OlderNewer