Sha256: 9f6d072e780862bd8e9d382ed6e866fdcb4c3494c561adf411c89ac933c80c55
Contents?: true
Size: 581 Bytes
Versions: 6
Compression:
Stored size: 581 Bytes
Contents
SitemapNotifier::Notifier.configure do |config| # Set URL to your sitemap. This is required. # config.sitemap_url = Quadro.railtie_routes_url_helpers.sitemap_url # Enabled in which environments – default is [:production] # config.environments = [:development, :production] # Delay to wait between notifications – default is 10 minutes config.delay = 2.minutes # Additional urls to ping # config.ping_urls << "http://localhost:3000/ping?sitemap=%{sitemap_url}" # If you don't want the notifications to run in the background config.background = false end
Version data entries
6 entries across 6 versions & 1 rubygems