aboutsummaryrefslogtreecommitdiff
path: root/config/config.exs
blob: b19babd8d8709fdb22d0a3ba9950a6bb3384072e (plain) (blame)
1
2
3
4
5
6
7
8
9
import Config

config :thulani_bot,
  env: Mix.env()

config :logger,
  level: :info

import_config "#{Mix.env()}.exs"