Sha256: 71278317e492fe6a91461f496da8beb2ae33a1d6d14a0549d20df4bf2d8a48dc
Contents?: true
Size: 549 Bytes
Versions: 3
Compression:
Stored size: 549 Bytes
Contents
# Configure RailsBlogEngine here. # If you want to activate the built-in spam filter, visit http://akismet.com/ # and sign up for an API key. Rails.application.config.rakismet.key = ENV['RAKISMET_KEY'] # The URL of your blog, for use by Akismet's spam filter. Rails.application.config.rakismet.url = ENV['RAKISMET_URL'] # Disable the Akismet middleware, because it isn't needed by # rails_blog_engine. If you use Akismet elsewhere in your application, you # may to set this back to true. Rails.application.config.rakismet.use_middleware = false
Version data entries
3 entries across 2 versions & 1 rubygems