storage: add behavior boundary and postgres adapter skeleton

This commit is contained in:
2026-03-13 20:20:58 +01:00
parent 307372fdfe
commit 7ec588805b
13 changed files with 365 additions and 1 deletions

View File

@@ -19,6 +19,12 @@ config :parrhesia,
nip_50_search: false,
nip_77_negentropy: false,
nip_ee_mls: false
],
storage: [
events: Parrhesia.Storage.Adapters.Postgres.Events,
moderation: Parrhesia.Storage.Adapters.Postgres.Moderation,
groups: Parrhesia.Storage.Adapters.Postgres.Groups,
admin: Parrhesia.Storage.Adapters.Postgres.Admin
]
config :parrhesia, Parrhesia.Web.Endpoint, port: 4000