diff --git a/README.md b/README.md index f4778c3..591677a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ require('bloomr') api = Bloomr::Api.new( api_url_base: 'https://sandbox.bloom.dev', - auth_url_base: 'https://authn.bloom.dev', + auth_url_base: 'https://authn.bloomcredit.dev', client_id: 'CLIENT_ID', client_secret: 'CLIENT_SECRET' ) diff --git a/spec/bloomr_spec.rb b/spec/bloomr_spec.rb index 1bc7523..c9bf6b3 100644 --- a/spec/bloomr_spec.rb +++ b/spec/bloomr_spec.rb @@ -9,7 +9,7 @@ # Bloomr.debug = true api = Bloomr::Api.new( api_url_base: 'https://sandbox.bloom.dev', - auth_url_base: 'https://authn.bloom.dev', + auth_url_base: 'https://authn.bloomcredit.dev', client_id: 'client_id', client_secret: 'client_secret_key' )