X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2d56bd2e4722e9c664f7605b3a46b505a30782db..fb9730d1da1eab233e4e7ea01c1015cd70ba6cf7:/docker/api/application.yml.in diff --git a/docker/api/application.yml.in b/docker/api/application.yml.in index 3cfb5a9943..97eb66f5db 100644 --- a/docker/api/application.yml.in +++ b/docker/api/application.yml.in @@ -19,8 +19,12 @@ development: blob_signing_key: ~ production: - host: api.dev.arvados - git_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). @@ -33,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