Sha256: ff322249c8d1bc80961a525c1f7c5e5f793849fa4f16cb7f2bd592f04e1b44cd
Contents?: true
Size: 265 Bytes
Versions: 4
Compression:
Stored size: 265 Bytes
Contents
EasySwaggerUi.configure do |config| config.base_path = Rails.root.join('doc') config.cache_enabled = !Rails.env.development? config.cache_timeout = 30.minutes config.cache_store = ActiveSupport::Cache::MemoryStore.new config.validator_enabled = false end
Version data entries
4 entries across 4 versions & 1 rubygems