4380: Fix retry scheduling for Node Manager change methods.
[arvados.git] / services / api / config / application.default.yml
index 1da510222299c458d58522f302094afaf88c908f..cc46d042b2ca3787e379109b663f625532dc282f 100644 (file)
@@ -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