Sha256: 6a21eccfbc2791efa41ad2ee83bc86a915d94d9f0850c0e15fcf45346c95d783
Contents?: true
Size: 693 Bytes
Versions: 16
Compression:
Stored size: 693 Bytes
Contents
Radiant.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
16 entries across 15 versions & 1 rubygems