Merge branch '5626-git-server-hostname' into 4752-docker-websockets
[arvados.git] / services / api / config / application.default.yml
index b6d37f9eb46e30247bb3f935fdc751eacfae0ea7..1696e2c56ebf9226126945c86b254144c7acd7fa 100644 (file)
@@ -57,6 +57,11 @@ common:
   # logic for deciding on a hostname.
   host: false
 
+  # If not false, this is the hostname that will be used to generate fetch_url
+  # and push_url for git repositories.  By default, this will be
+  # git.(uuid_prefix).arvadosapi.com
+  git_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