From 5dadc47eb07be076a8b270458badb9d8cd7dfead Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Tue, 28 Jan 2020 16:06:48 -0500 Subject: start elixir conversion --- config/config.exs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/config.exs (limited to 'config/config.exs') diff --git a/config/config.exs b/config/config.exs new file mode 100644 index 0000000..f0746d1 --- /dev/null +++ b/config/config.exs @@ -0,0 +1,9 @@ +import Config + +config :thulani, + env: Mix.env() + +config :logger, + level: :info + +import_config "#{Mix.env}.exs" \ No newline at end of file -- cgit v1.3.1