This commit is contained in:
@@ -43,6 +43,8 @@ config :commanded,
|
||||
config :commanded_ecto_projections,
|
||||
repo: PolicyService.Repo
|
||||
|
||||
config :flop, repo: PolicyService.Repo
|
||||
|
||||
# Import environment specific config. This must remain at the bottom
|
||||
# of this file so it overrides the configuration defined above.
|
||||
import_config "#{config_env()}.exs"
|
||||
|
||||
@@ -73,3 +73,7 @@ config :phoenix, :stacktrace_depth, 20
|
||||
config :phoenix, :plug_init_mode, :runtime
|
||||
|
||||
config :open_api_spex, :cache_adapter, OpenApiSpex.Plug.NoneCache
|
||||
|
||||
config :policy_service,
|
||||
provider_service_url: "http://localhost:4002",
|
||||
solicitation_service_url: "http://localhost:8081"
|
||||
|
||||
Reference in New Issue
Block a user