[ARVADOS] updated: 850bcd4de3903186ace4fe00a67d6c0910c959c2
git at public.curoverse.com
git at public.curoverse.com
Wed Mar 12 12:15:18 EDT 2014
Summary of changes:
.../api/config/initializers/omniauth.rb.example | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
via 850bcd4de3903186ace4fe00a67d6c0910c959c2 (commit)
from 394c762a07ac25c9db586a614ef44045291edd72 (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 850bcd4de3903186ace4fe00a67d6c0910c959c2
Author: Ward Vandewege <ward at curoverse.com>
Date: Wed Mar 12 12:15:04 2014 -0400
URL change for the auth server.
diff --git a/services/api/config/initializers/omniauth.rb.example b/services/api/config/initializers/omniauth.rb.example
index cd25374..05d1ee6 100644
--- a/services/api/config/initializers/omniauth.rb.example
+++ b/services/api/config/initializers/omniauth.rb.example
@@ -4,7 +4,7 @@ APP_ID = 'arvados-server'
APP_SECRET = rand(2**512).to_s(36) # CHANGE ME!
# Update your custom Omniauth provider URL here
-CUSTOM_PROVIDER_URL = 'http://auth.clinicalfuture.com'
+CUSTOM_PROVIDER_URL = 'http://auth.curoverse.com'
Rails.application.config.middleware.use OmniAuth::Builder do
provider :josh_id, APP_ID, APP_SECRET, CUSTOM_PROVIDER_URL
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list