class ActiveRecord::DatabaseConfigurations

def environment_url_config(env, name, config)

def environment_url_config(env, name, config)
  url = environment_value_for(name)
  return unless url
  UrlConfig.new(env, name, url, config)
end