File size: 194 Bytes
8752997
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
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