Fix building packages: work around pip having a mind of its own with
[arvados.git] / docker / api / application.yml.in
index 84dc0c3be65cdb8a136fbf42078a912b765e1665..97eb66f5db2fc79bcd1236a6895270a2eec22ea8 100644 (file)
@@ -19,7 +19,12 @@ development:
   blob_signing_key: ~
 
 production:
-  host: api.dev.arvados
+  host: api.@@ARVADOS_DOMAIN@@
+
+  git_repo_ssh_base: "git@api.@@ARVADOS_DOMAIN@@:"
+
+  # Docker setup doesn't include arv-git-httpd yet.
+  git_repo_https_base: false
 
   # At minimum, you need a nice long randomly generated secret_token here.
   # Use a long string of alphanumeric characters (at least 36).
@@ -32,13 +37,6 @@ production:
 
   uuid_prefix: @@API_HOSTNAME@@
 
-  # The e-mail address of the user you would like to become marked as an admin
-  # user on their first login.
-  # In the default configuration, authentication happens through the Arvados SSO
-  # server, which uses openid against Google's servers, so in that case this
-  # should be an address associated with a Google account.
-  auto_admin_user: @@API_AUTO_ADMIN_USER@@
-
   # compute_node_domain: example.org
   # compute_node_nameservers:
   #   - 127.0.0.1