Packages

The application-wide registry with handy helpers to ease dispatching.

Current section

Files

Jump to
gelato config ci.exs
Raw

config/ci.exs

import Config
config :gelato,
uri: "http://127.0.0.1:9200",
events: [:app, :lib],
handler: :stdout
config :logger,
backends: [Gelato.Logger.Backend],
level: :debug