X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f6b88a9e7e9727f0397f1febbad8c08f6a20463d..fcad01c98cfc6bab6af9c6d461692c28bfba6de8:/services/api/config/application.default.yml diff --git a/services/api/config/application.default.yml b/services/api/config/application.default.yml index 2d62e40f03..5547704fc3 100644 --- a/services/api/config/application.default.yml +++ b/services/api/config/application.default.yml @@ -244,4 +244,14 @@ common: # Permit insecure (OpenSSL::SSL::VERIFY_NONE) connections to the Single Sign # On (sso) server. Should only be enabled during development when the SSO # server is using a self-signed cert. - sso_insecure: false \ No newline at end of file + sso_insecure: false + + # Default replication level for collections. This is used when a + # collection's replication_desired attribute is nil. + default_collection_replication: 2 + + # Maximum size (in bytes) allowed for a single API request that will be + # published in the discovery document for use by clients. + # Note you must separately configure the upstream web server or proxy to + # actually enforce the desired maximum request size on the server side. + max_request_size: 134217728