Enable auto_setup_new_users in the docker API server image.
authorWard Vandewege <ward@curoverse.com>
Mon, 3 Nov 2014 02:03:34 +0000 (21:03 -0500)
committerWard Vandewege <ward@curoverse.com>
Mon, 3 Nov 2014 02:05:35 +0000 (21:05 -0500)
refs #4383

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) %>