Enable auto_setup_new_users in the docker API server image.
[arvados.git] / docker / api / application.yml.in
index a60b4e6826c609591f46d080c5a6954de20de099..4cd374db79c82e49a5f065f33d6d0a2b9cf10b11 100644 (file)
@@ -58,6 +58,8 @@ production:
 
   workbench_address: @@API_WORKBENCH_ADDRESS@@
 
+  auto_setup_new_users: true
+
 test:
   uuid_prefix: zzzzz
   secret_token: <%= rand(2**512).to_s(36) %>