Sha256: 0460e6829fed2066eeba256530c7445956ed8717167a260a4ae483825f87aaa2
Contents?: true
Size: 1.06 KB
Versions: 4
Compression:
Stored size: 1.06 KB
Contents
Spina.configure do |config| config.NEGATIVE_CAPTCHA_SECRET = '445e0c9c0cee31f783754bc174661052d1236850da8f5f5ba5e11cbfa56cbaa8bce9260df75feaa56da91949ee4204fefac41c35b3e4f5e0d3e395b00c87781a' # Important Note # ============== # You MUST restart your server before changes to this file # will take effect. # Specify a backend path. Defaults to /admin. # config.backend_path = 'admin' # 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
4 entries across 4 versions & 1 rubygems