5748: Write index data to http.ResponseWriter, instead of using string
[arvados.git] / docker / api / application.yml.in
index c6ee58afc52aa708f0f95363543e3cc6aae5d490..627e775ed077f4ae5262ffb77cb4d58113870923 100644 (file)
@@ -21,6 +21,11 @@ development:
 production:
   host: api.dev.arvados
 
+  git_repo_ssh_base: "git@api.dev.arvados:"
+
+  # 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).
   secret_token: @@API_SECRET@@
@@ -56,6 +61,10 @@ production:
 
   auto_admin_first_user: true
 
+  auto_setup_new_users_with_repository: true
+
+  auto_setup_new_users_with_vm_uuid: @@API_HOSTNAME@@-2x53u-csbtkecoa669vkz
+
 test:
   uuid_prefix: zzzzz
   secret_token: <%= rand(2**512).to_s(36) %>