Sha256: 45cc4fe0f8cc9ecb4c8da3b9aade908075ce46944c981e73979c3cf92b50f4f6

Contents?: true

Size: 429 Bytes

Versions: 1

Compression:

Stored size: 429 Bytes

Contents

Capcoauth.configure do |config|
  # CapcOAuth Client ID
  # config.client_id 'YOUR APPLICATION CLIENT ID'

  # CapcOAuth Client Secret
  # config.client_secret 'YOUR APPLICATION CLIENT SECRET'

  # Configures how often to check CapcOAuth for access token validity, in seconds.  If this value is too high,
  # application will continue to serve requests to users even after the token is revoked
  # config.token_verify_ttl 10
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capcoauth-0.1.1 lib/generators/capcoauth/templates/initializer.rb