[ARVADOS] updated: 2070784e52d89bbcf636062532a8ce37629737db
git at public.curoverse.com
git at public.curoverse.com
Fri Nov 14 14:38:48 EST 2014
Summary of changes:
services/api/config/application.default.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
via 2070784e52d89bbcf636062532a8ce37629737db (commit)
from 59f750a109a706d29862530dc3d282db75736d38 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 2070784e52d89bbcf636062532a8ce37629737db
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Nov 14 14:38:45 2014 -0500
4535: Change default to false because ~ indicates "must be filled in".
diff --git a/services/api/config/application.default.yml b/services/api/config/application.default.yml
index d11007c..a91ac60 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
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list