4535: Change default to false because ~ indicates "must be filled in".
authorPeter Amstutz <peter.amstutz@curoverse.com>
Fri, 14 Nov 2014 19:38:45 +0000 (14:38 -0500)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Fri, 14 Nov 2014 19:38:45 +0000 (14:38 -0500)
services/api/config/application.default.yml

index d11007c7d33bce267ac990ce9a8405856be5bdd9..a91ac602004825bf6306cf1ed06bcb8694a661b0 100644 (file)
@@ -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