Current section

Files

Jump to
couchdb_auth config config.exs
Raw

config/config.exs

import Config
config :logger,
backends: [:console],
compile_time_purge_matching: [
[level_lower_than: :debug]
],
level: :debug,
utc_log: true
config :tesla, disable_deprecated_builder_warning: true
import_config "#{Mix.env()}.exs"