Sha256: c42309f3bf5e00bf0c4e1acb1682ee7aade56e06b641a6e4ab377f7d053d37d2
Contents?: true
Size: 685 Bytes
Versions: 1
Compression:
Stored size: 685 Bytes
Contents
Kajam.config do |config| # this file can be used to set defaults, options and validation rules for local configuration settings. # core settings are defined in KAJAM_ROOT/config/initializers/kajam_config.rb and by the corresponding # file in each kajam extension. You probably don't need to add anything here, but in case you do: # config.define 'site.show_footer?', :default => "true" # config.define 'S3.bucket', :default => "key", :allow_change => false # you can also use this file to set config values (by environment, for example): # if RAILS_ENV == 'production' # config['cache.duration'] = 86400 # else # config['cache.duration'] = 0 # end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kajam-1.0.3.rc2 | lib/generators/instance/templates/instance_kajam_config.rb |