mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-27 18:56:30 +00:00
more lint changes
This commit is contained in:
@@ -240,7 +240,15 @@ configuration:
|
|||||||
## the pool_name is what clients use as database name when connecting
|
## the pool_name is what clients use as database name when connecting
|
||||||
## For the example below a client can connect using "postgres://sharding_user:sharding_user@pgcat_host:pgcat_port/sharded"
|
## For the example below a client can connect using "postgres://sharding_user:sharding_user@pgcat_host:pgcat_port/sharded"
|
||||||
## @param [object]
|
## @param [object]
|
||||||
pools: []
|
pools:
|
||||||
|
[{
|
||||||
|
name: "simple", pool_mode: "transaction",
|
||||||
|
users: [{username: "user", password: "pass", pool_size: 5, statement_timeout: 0}],
|
||||||
|
shards: [{
|
||||||
|
servers: [{host: "postgres", port: 5432, role: "primary"}],
|
||||||
|
database: "postgres"
|
||||||
|
}]
|
||||||
|
}]
|
||||||
# - ## default values
|
# - ## default values
|
||||||
# ##
|
# ##
|
||||||
# ##
|
# ##
|
||||||
|
|||||||
Reference in New Issue
Block a user