X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7395af3b19b8fc422fe2456c6bead1e7f4c60989..6874da0dd56d6c0320880dfb3bd4da34a3c0a7d3:/services/api/config/application.default.yml diff --git a/services/api/config/application.default.yml b/services/api/config/application.default.yml index 1da5102222..cc46d042b2 100644 --- a/services/api/config/application.default.yml +++ b/services/api/config/application.default.yml @@ -50,6 +50,11 @@ test: common: uuid_prefix: <%= Digest::MD5.hexdigest(`hostname`).to_i(16).to_s(36)[0..4] %> + # If not false, this is the hostname that will be used for root_url and + # advertised in the discovery document. By default, use the default Rails + # logic for deciding on a hostname. + host: false + # If this is not false, HTML requests at the API server's root URL # are redirected to this location, and it is provided in the text of # user activation notification email messages to remind them where