Reverted LDAP changes, Cleaned up tests

This commit is contained in:
CommanderKeynes
2024-09-10 06:51:52 -05:00
parent d8ccf4babb
commit fba40eba2f
4 changed files with 78 additions and 64 deletions

View File

@@ -1,21 +0,0 @@
[general]
host = "0.0.0.0"
port = 6432
admin_username = "admin_user"
admin_password = ""
admin_auth_type = "trust"
[pools.sharded_db.users.0]
username = "sharding_user"
password = "sharding_user"
auth_type = "trust"
pool_size = 10
min_pool_size = 1
pool_mode = "transaction"
[pools.sharded_db.shards.0]
servers = [
[ "127.0.0.1", 5432, "primary" ],
]
database = "shard0"