Update the domain name from Books to Metadata.

This commit is contained in:
2025-03-05 21:53:48 +02:00
parent 628f0a2dc8
commit 7fc50ca8d5
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ config :spark,
config :decentralised_book_index,
ecto_repos: [DecentralisedBookIndex.Repo],
generators: [timestamp_type: :utc_datetime],
ash_domains: [DecentralisedBookIndex.Books, DecentralisedBookIndex.Accounts]
ash_domains: [DecentralisedBookIndex.Metadata, DecentralisedBookIndex.Accounts]
# Configures the endpoint
config :decentralised_book_index, DecentralisedBookIndexWeb.Endpoint,