Sha256: 2ec3c3a5902cb0296c703f8860d7fa94b7d0c6dcd7f6239c711fc8dc80fb0d94
Contents?: true
Size: 580 Bytes
Versions: 1
Compression:
Stored size: 580 Bytes
Contents
# frozen_string_literal: true require "active_support/cache/file_store" Ductr.configure do |config| # Store configuration. # # You can pass an `ActiveSupport::Cache::Store` class or a symbol config.store(ActiveSupport::Cache::FileStore, "tmp/store") # Logging configuration. # # The following logging levels are available: # :debug, :info, :warn, :error, :fatal config.logging.level = :debug # Append logs to the stdout by default, you can add/replace outputs at will. config.logging.add_output(Ductr::Log::StandardOutput, Ductr::Log::ColorFormatter) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ductr-0.1.0 | lib/ductr/cli/templates/project/config_environment_development.rb |