0cc8c760d0
* add telepoison * rename * rename file too, duh * rename test file * port updates * add standard workflow
8 lines
82 B
Elixir
8 lines
82 B
Elixir
import Config
|
|
|
|
try do
|
|
import_config "#{config_env()}.exs"
|
|
rescue
|
|
_ -> :ok
|
|
end
|