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

config :thulani,
  env: Mix.env()

config :logger,
  level: :info

import_config "#{Mix.env}.exs"