Sha256: 40ca6da874cfdb992618c4dbe62de06ae3ab38cee3a7c21bf589ca2b3b454998
Contents?: true
Size: 1016 Bytes
Versions: 2
Compression:
Stored size: 1016 Bytes
Contents
Spina::Engine.configure do config.NEGATIVE_CAPTCHA_SECRET = '445e0c9c0cee31f783754bc174661052d1236850da8f5f5ba5e11cbfa56cbaa8bce9260df75feaa56da91949ee4204fefac41c35b3e4f5e0d3e395b00c87781a' # 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 | test/dummy/config/initializers/spina.rb |
spina-0.7.2 | test/dummy/config/initializers/spina.rb |