1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 # Config must be done before we files; otherwise they
6 # won't be able to use Rails.configuration.* to initialize their
8 require_relative 'load_config.rb'
10 require 'enable_jobs_api'
12 Server::Application.configure do
13 if ActiveRecord::Base.connection.tables.include?('jobs')
14 check_enable_legacy_jobs_api