Sha256: 0c8db5a2dc63ec15927f39e8f84b9d0198290f32373c7a9e45c46d2bd695b68a

Contents?: true

Size: 516 Bytes

Versions: 2

Compression:

Stored size: 516 Bytes

Contents

Rails.configuration.DAILYCRED_CLIENT_ID = "4133a23f-b9c3-47e4-8989-cfb30510079d"
Rails.configuration.DAILYCRED_SECRET_KEY = "a1c21e72-98d8-47c2-9e9a-1e2dcd363b2f-f353b2af-1f51-416c-ad4c-59e70721dfab"

# configure where users should be redirected after authentication

Rails.configuration.DAILYCRED_OPTIONS = {
  :client_options => {
    :site => 'http://ec2-72-44-40-55.compute-1.amazonaws.com:9000',
    :verbose => true
  }
  # :after_auth => '/hello', #after login
  # :after_unauth => '/goodbye' #after logout
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dailycred-0.1.41 dummy/config/initializers/omniauth.rb
dailycred-0.1.4 dummy/config/initializers/omniauth.rb