Merge branch '2257-inequality-conditions' into 2290-user-activity
[arvados.git] / 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