File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ sharding_function = "pg_bigint_hash"
97
97
[pools .sharded_db .users .0 ]
98
98
username = " sharding_user"
99
99
password = " sharding_user"
100
+ auth_type = " md5"
100
101
# Maximum number of server connections that can be established for this user
101
102
# The maximum number of connection from a single Pgcat process to any database in the cluster
102
103
# is the sum of pool_size across all users.
@@ -106,6 +107,7 @@ statement_timeout = 0
106
107
[pools .sharded_db .users .1 ]
107
108
username = " other_user"
108
109
password = " other_user"
110
+ auth_type = " md5"
109
111
pool_size = 21
110
112
statement_timeout = 30000
111
113
@@ -145,6 +147,7 @@ sharding_function = "pg_bigint_hash"
145
147
[pools .simple_db .users .0 ]
146
148
username = " simple_user"
147
149
password = " simple_user"
150
+ auth_type = " md5"
148
151
pool_size = 5
149
152
statement_timeout = 30000
150
153
You can’t perform that action at this time.
0 commit comments