Server password and acl config location?

I’m trying out kopia and running the server mode instead of the kopiaui by kopia server start --ui and with a user added via kopia server user add .... Just wondering where the config files for the server user & acl settings are located? Doesn’t seem to be in ~/Library/Application Support/kopia.

Thanks!

(for anyone curious like me)

Usernames and hashed passwords are saved directly into the repository, just like normal backups and policies.

> kopia manifest list
...
24ae4cd9e528e718196ce8a53aff177d        173 2024-08-02 12:14:12 CST type:user username:abc@def

> kopia manifest show 24ae4cd9e528e718196ce8a53aff177d
// id: 24ae4cd9e528e718196ce8a53aff177d
// length: 173
// modified: 2024-08-02 12:14:12 CST
// label username:abc@host
// label type:user
{
  "username": "abc@host",
  "keyDerivationAlgorithm": "scrypt-65536-8-1",
  "passwordHash": "4JBYCBYbpFSEV1VNSxO+j9htqHdTVUuuMWEuhtxGmFL1KIgGqPYABeK/RVRbVYucxz2iUlqyvE4TWNsaOWizVQ=="
}