Hexalixir / config /prod.exs
Sergidev's picture
v1.0a
8752997
raw
history blame contribute delete
194 Bytes
import Config
config :hexalixir, HexalixirWeb.Endpoint,
url: [host: "0.0.0.0"],
http: [port: 7860],
cache_static_manifest: "priv/static/cache_manifest.json"
config :logger, level: :info