Kodi Craft
acc814a056
All checks were successful
Build & Test / nix-build (push) Successful in 1m33s
15 lines
555 B
Elixir
15 lines
555 B
Elixir
# This file is responsible for configuring your umbrella
|
|
# and **all applications** and their dependencies with the
|
|
# help of the Config module.
|
|
#
|
|
# Note that all applications in your umbrella share the
|
|
# same configuration and dependencies, which is why they
|
|
# all use the same configuration file. If you want different
|
|
# configurations or dependencies per app, it is best to
|
|
# move said applications out of the umbrella.
|
|
import Config
|
|
config :logger, :console,
|
|
level: :debug,
|
|
format: "$date $time [$level] $metadata$message",
|
|
metadata: []
|