4358c75b99
* finch-instrumentation * Span attributes update * Readme update * Readme update
8 lines
79 B
Elixir
8 lines
79 B
Elixir
import Config
|
|
|
|
try do
|
|
import_config "#{Mix.env()}.exs"
|
|
rescue
|
|
_ -> :ok
|
|
end
|