Current section

Files

Jump to
jamdb_oracle config config.exs
Raw

config/config.exs

use Mix.Config
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
env_file = "#{Mix.env}.exs"
if Path.join("config", env_file) |> File.exists? do
import_config env_file
end