X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/175c31a1cc695285c035ca2a54d5b964ab4b1d5f..b4f4cbf7ef41492d36c81eb83239f6e4c6744a6a:/services/api/app/controllers/arvados/v1/schema_controller.rb diff --git a/services/api/app/controllers/arvados/v1/schema_controller.rb b/services/api/app/controllers/arvados/v1/schema_controller.rb index 09664dadd1..dbdc38245d 100644 --- a/services/api/app/controllers/arvados/v1/schema_controller.rb +++ b/services/api/app/controllers/arvados/v1/schema_controller.rb @@ -25,6 +25,8 @@ class Arvados::V1::SchemaController < ApplicationController title: "Arvados API", description: "The API to interact with Arvados.", documentationLink: "http://doc.arvados.org/api/index.html", + defaultCollectionReplication: Rails.configuration.default_collection_replication, + gitHttpBase: Rails.configuration.git_http_base, protocol: "rest", baseUrl: root_url + "arvados/v1/", basePath: "/arvados/v1/", @@ -32,6 +34,7 @@ class Arvados::V1::SchemaController < ApplicationController servicePath: "arvados/v1/", batchPath: "batch", defaultTrashLifetime: Rails.application.config.default_trash_lifetime, + maxRequestSize: Rails.application.config.max_request_size, parameters: { alt: { type: "string",