Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,9 @@ config :sentry,
config :prom_ex, :storage_adapter, Plausible.PromEx.StripedPeep
config :peep, :bucket_calculator, Plausible.PromEx.Buckets

# https://github.com/plausible/community-edition/issues/210
# this regex is more permissive than the original one
# and allows users to use whatever they want
config :mail, email_regex: ~r/\S+@\S+/

import_config "#{config_env()}.exs"
Loading