amethyst/config/config.exs
Kodi Craft 1d9467cec4
Some checks failed
Build & Test / nix-build (push) Failing after 32s
[Major] Move to umbrella structure
2024-08-16 18:27:34 +02:00

19 lines
609 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
# Sample configuration:
#
# config :logger, :console,
# level: :info,
# format: "$date $time [$level] $metadata$message\n",
# metadata: [:user_id]
#