add eventstore on another schema
All checks were successful
Build and Publish / build-release (push) Successful in 1m14s

This commit is contained in:
2026-04-16 11:32:07 -05:00
parent 75d069b91d
commit f355d11c58

View File

@@ -42,6 +42,7 @@ if config_env() == :prod do
config :customer_service, CustomerService.EventStore,
serializer: Commanded.Serialization.JsonSerializer,
schema: "eventstore",
url: database_url,
pool_size: 1