Skip to content
This repository was archived by the owner on Apr 11, 2021. It is now read-only.

Commit 6759367

Browse files
committed
Update in config/prod.exs
1 parent d388324 commit 6759367

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

config/prod.exs

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ use Mix.Config
1313
# which you typically run after static files are built.
1414
config :catuum_api, CatuumApi.Endpoint,
1515
http: [port: {:system, "PORT"}],
16-
url: [host: "cats.wearemd.com", port: {:system, "PORT"}],
17-
cache_static_manifest: "priv/static/manifest.json"
16+
url: [host: "cats.wearemd.com"]
1817

1918
# Do not print debug messages in production
2019
config :logger, level: :info
@@ -48,7 +47,7 @@ config :logger, level: :info
4847
# If you are doing OTP releases, you need to instruct Phoenix
4948
# to start the server for all endpoints:
5049
#
51-
# config :phoenix, :serve_endpoints, true
50+
config :phoenix, :serve_endpoints, true
5251
#
5352
# Alternatively, you can configure exactly which server to
5453
# start per endpoint:

0 commit comments

Comments
 (0)