Sha256: 6a51df1c2956f0dc3655467d5c0816ba68f554edf0ea49da01b5593b6c36e2b1
Contents?: true
Size: 704 Bytes
Versions: 194
Compression:
Stored size: 704 Bytes
Contents
TrustyCms::Application.config do |config| # this file can be used to set defaults, options and validation rules for local configuration settings. # core settings are defined in RADIANT_ROOT/config/initializers/radiant_config.rb and by the corresponding # file in each radiant 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
194 entries across 194 versions & 1 rubygems