Sha256: f331b7f26827efb8e3b5157924ef746efaff7c6ed76b361556c9d5eb6463ad75
Contents?: true
Size: 679 Bytes
Versions: 1
Compression:
Stored size: 679 Bytes
Contents
Tim.user_class = "User" Tim.provider_account_class = "ProviderAccount" Tim.provider_type_class = "ProviderType" # Image Factory URL Tim::ImageFactory::Base.site = "http://localhost:8075/imagefactory" # Example OAuth Configuration #oauth_config = {:consumer_key => "mock-key", # :consumer_secret => "mock-secret", # :site => "http://localhost:8075/imagefactory/"}# #Tim::ImageFactory::Base.config = oauth_config # FIXME: We should be able to infer these from Routes Tim::ImageFactory::TargetImage.callback_url = "http://localhost:3000/tim/target_images/" Tim::ImageFactory::ProviderImage.callback_url = "http://localhost:3000/tim/provider_images/"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tim-0.3.0 | test/dummy/config/initializers/tim.rb |