Add sync control plane API

This commit is contained in:
2026-03-16 21:23:39 +01:00
parent 769177a63e
commit 9be3b6ca52
10 changed files with 1142 additions and 14 deletions

View File

@@ -19,6 +19,9 @@ config :parrhesia,
path: Path.join(System.tmp_dir!(), "parrhesia_test_identity.json"),
private_key: nil
],
sync: [
path: Path.join(System.tmp_dir!(), "parrhesia_test_sync.json")
],
features: [verify_event_signatures: false]
pg_host = System.get_env("PGHOST")