this repo has no description
at main 1.0 kB view raw
1# This file is responsible for configuring your application 2# and its dependencies with the aid of the Mix.Config module. 3use Mix.Config 4 5# This configuration is loaded before any dependency and is restricted 6# to this project. If another project depends on this project, this 7# file won't be loaded nor affect the parent project. For this reason, 8# if you want to provide default values for your application for third- 9# party users, it should be done in your mix.exs file. 10 11# Sample configuration: 12# 13# config :logger, :console, 14# level: :info, 15# format: "$date $time [$level] $metadata$message\n", 16# metadata: [:user_id] 17 18# It is also possible to import configuration files, relative to this 19# directory. For example, you can emulate configuration per environment 20# by uncommenting the line below and defining dev.exs, test.exs and such. 21# Configuration from the imported file will override the ones defined 22# here (which is why it is important to import them last). 23# 24# import_config "#{Mix.env}.exs"