8 lines
182 B
Elixir
8 lines
182 B
Elixir
import Config
|
|
|
|
config :wabanex, WabanexWeb.Endpoint,
|
|
url: [host: "example.com", port: 80],
|
|
cache_static_manifest: "priv/static/cache_manifest.json"
|
|
|
|
config :logger, level: :info
|