[ARVADOS] updated: c9f36fd25ba69edf08997d3bce57c8e2f7e2b6fc
git at public.curoverse.com
git at public.curoverse.com
Mon Mar 10 16:34:13 EDT 2014
Summary of changes:
services/api/config/environments/test.rb.example | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
via c9f36fd25ba69edf08997d3bce57c8e2f7e2b6fc (commit)
from c7301d8983252bffde9ab48514a033f0d4df7e7f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit c9f36fd25ba69edf08997d3bce57c8e2f7e2b6fc
Author: Tom Clegg <tom at curoverse.com>
Date: Mon Mar 10 16:34:14 2014 -0400
Add missing config variable to test.rb.example. Thanks, #2076!
diff --git a/services/api/config/environments/test.rb.example b/services/api/config/environments/test.rb.example
index 1782734..10608c1 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
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list