7 lines
187 B
Elixir
7 lines
187 B
Elixir
import Config
|
|
|
|
config :logger, level: :info
|
|
config :phoenix, :serve_endpoints, true
|
|
|
|
# Disable Swoosh's default hackney client — no email sending yet
|
|
config :swoosh, :api_client, false
|