diff --git a/config/runtime.exs b/config/runtime.exs index 94a22e6..1d80f49 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -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