aboutsummaryrefslogtreecommitdiff
path: root/config/dev.exs
blob: 9cba7821e55f9503dc5aa25ecb4d86d8800184cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import Config

config :logger,
  level: :debug

config :nostrum,
  dev: true

IO.puts("hello")

Thulani.Bot.Config.load_env()
|> Enum.each(fn {key, vals} ->
  config key, vals
end)