diff options
| author | Nathan Perry <np@nathanperry.dev> | 2020-01-28 20:05:52 -0500 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2020-01-28 20:05:52 -0500 |
| commit | ebbe27625ba2594bd71f2b48f0f38d67ed805c02 (patch) | |
| tree | 72e53f8775fa774d8250c6bcdec27428bd07f9bb /config/config.exs | |
| parent | 5dadc47eb07be076a8b270458badb9d8cd7dfead (diff) | |
dotenv loading works
Diffstat (limited to 'config/config.exs')
| -rw-r--r-- | config/config.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.exs b/config/config.exs index f0746d1..b19babd 100644 --- a/config/config.exs +++ b/config/config.exs @@ -1,9 +1,9 @@ import Config -config :thulani, +config :thulani_bot, env: Mix.env() config :logger, level: :info -import_config "#{Mix.env}.exs"
\ No newline at end of file +import_config "#{Mix.env()}.exs" |
