From 2070784e52d89bbcf636062532a8ce37629737db Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Fri, 14 Nov 2014 14:38:45 -0500 Subject: [PATCH] 4535: Change default to false because ~ indicates "must be filled in". --- services/api/config/application.default.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/services/api/config/application.default.yml b/services/api/config/application.default.yml index d11007c7d3..a91ac60200 100644 --- a/services/api/config/application.default.yml +++ b/services/api/config/application.default.yml @@ -50,10 +50,10 @@ test: common: uuid_prefix: <%= Digest::MD5.hexdigest(`hostname`).to_i(16).to_s(36)[0..4] %> - # If set, this is the hostname that will be used for root_url and advertised - # in the discovery document. By default, uses the default Rails logic for - # deciding on a hostname. - host: ~ + # 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 -- 2.30.2