This commit is contained in:
@@ -29,6 +29,10 @@ config :logger, :default_formatter,
|
||||
# Use Jason for JSON parsing in Phoenix
|
||||
config :phoenix, :json_library, Jason
|
||||
|
||||
# CORS
|
||||
config :cors_plug,
|
||||
origin: "*"
|
||||
|
||||
config :provider_service, ProviderService.CommandedApp,
|
||||
event_store: [
|
||||
adapter: Commanded.EventStore.Adapters.EventStore,
|
||||
|
||||
Reference in New Issue
Block a user