mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 11:12:15 +03:00
6c8ae24adc
* Use Config instead of Mix.Config * Use new config/runtime.exs to reduce duplication
8 lines
179 B
Elixir
8 lines
179 B
Elixir
import Config
|
|
|
|
config :plausible, PlausibleWeb.Endpoint,
|
|
cache_static_manifest: "priv/static/cache_manifest.json",
|
|
check_origin: false,
|
|
server: true,
|
|
code_reloader: false
|