Add missing config variable to test.rb.example. Thanks, #2076!
authorTom Clegg <tom@curoverse.com>
Mon, 10 Mar 2014 20:34:14 +0000 (16:34 -0400)
committerTom Clegg <tom@curoverse.com>
Mon, 10 Mar 2014 20:34:14 +0000 (16:34 -0400)
services/api/config/environments/test.rb.example

index 1782734f83f63d6a25575a119d0bad7142f2270e..10608c15e356fdbede112a7f523db26dedd8db09 100644 (file)
@@ -76,4 +76,11 @@ Server::Application.configure do
 
   # Visitors to the API server will be redirected to the workbench
   config.workbench_address = "http://localhost:3000/"
+
+  # 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.
+  config.auto_admin_user = ''
 end