mirror of
https://github.com/ClaperCo/Claper.git
synced 2025-12-16 03:47:56 +01:00
9 lines
200 B
Elixir
9 lines
200 B
Elixir
import Config
|
|
|
|
config :claper, ClaperWeb.Endpoint,
|
|
cache_static_manifest: "priv/static/cache_manifest.json",
|
|
server: true
|
|
|
|
# Do not print debug messages in production
|
|
config :logger, level: :info
|