amethyst/config/config.exs
Kodi Craft 18a80874df
All checks were successful
Build & Test / nix-build (push) Successful in 2m36s
Build & Test / nix-build (pull_request) Successful in 2m39s
Fix weird bug (dont use vscode)
2024-10-03 14:55:40 +02:00

15 lines
557 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\n",
metadata: []