X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/da51b9328abab2df757ed13eadc7c3557315094b..cf7e30873ef4b92cc8ec099b2bb344391a070e93:/services/api/config/environments/test.rb.example?ds=sidebyside diff --git a/services/api/config/environments/test.rb.example b/services/api/config/environments/test.rb.example index 1782734f83..10608c15e3 100644 --- a/services/api/config/environments/test.rb.example +++ b/services/api/config/environments/test.rb.example @@ -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