Sha256: fcd1eaa790627f4f1b43bd3a84ad7d64784801fea18b37d7929df30fef6552fd

Contents?: true

Size: 915 Bytes

Versions: 2

Compression:

Stored size: 915 Bytes

Contents

Spina::Engine.configure do
  config.NEGATIVE_CAPTCHA_SECRET = '<%= SecureRandom.hex(64) %>'

  # Important Note
  # ==============
  #
  # You MUST restart your server before changes to this file
  # will take effect.
  #
  # Storage Options
  # ===============
  #
  # Please specify how you want to store photos, your logo, and
  # other files. We use CarrierWave for storage. See
  # https://github.com/denkGroot/Spina/tree/master/app/uploaders/spina
  #
  config.storage = :file
  #
  # If you want to use s3 to store uploads (recommended)
  #
  # config.storage = :s3
  # config.aws_region = "eu-west-1"
  # config.aws_access_key_id = "abc123"
  # config.aws_secret_key = "abc123"
  # config.s3_bucket = "mybucket"
  # If you want to store your files localy (not recommended for
  # production, in large part because it's more difficult to ensure
  # that files are backed up in sync with your database):

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spina-0.7.3 lib/generators/spina/templates/config/initializers/spina.rb
spina-0.7.2 lib/generators/spina/templates/config/initializers/spina.rb