4752: Fix failing setup by polling for API server to come up.
[arvados.git] / docker / api / application.yml.in
index c6ee58afc52aa708f0f95363543e3cc6aae5d490..84dc0c3be65cdb8a136fbf42078a912b765e1665 100644 (file)
@@ -56,6 +56,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) %>