Current section
Files
Jump to
Current section
Files
config/dev.exs
import Config
config :envio, :log,
level: :debug,
process_info: true
config :logger, backends: [Envio.Log.Backend], level: :debug
config :envio, :backends, %{
Envio.Slack => %{
{Envio.Log.Publisher, :info} => [
hook_url: "https://hooks.slack.com/services/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"
]
}
}