analytics / config /e2e_test.exs
Leon4gr45's picture
Upload folder using huggingface_hub (part 2)
936b397 verified
Raw
History Blame Contribute Delete
506 Bytes
import Config
config :plausible, PlausibleWeb.Endpoint,
server: true,
check_origin: false
config :plausible,
paddle_api: Plausible.Billing.DevPaddleApiMock,
google_api: Plausible.Google.API.Mock
config :phoenix, :stacktrace_depth, 20
config :phoenix, :plug_init_mode, :runtime
config :bcrypt_elixir, :log_rounds, 4
config :plausible, Plausible.Ingestion.Counters, enabled: false
config :plausible, Oban, testing: :manual
config :plausible, Plausible.Session.Salts, interval: :timer.hours(1)