python
HTTP_LOADER_FOLLOW_REDIRECTS = True
STORAGE = 'thumbor.storages.file_storage'
FILE_STORAGE_ROOT_PATH = '/path/to/cache'
SECURITY_KEY = 'your_security_key'
ALLOWED_SOURCES = [
'example.com',
'www.example.com'
]
RESULT_STORAGE_FILE_STORAGE_ROOT_PATH = '/path/to/cache'
RESULT_STORAGE_EXPIRATION_SECONDS = 60 * 60 * 24
LOADER = 'thumbor.loaders.http_loader'
LOADER_PATH = '/'
LOADER_CORS = 'thumbor.loaders.http_loader.CorsHandler'
LOGGING_CONFIG = 'thumbor.logging.config.fileConfig'
LOG_FILE = '/path/to/log/thumbor.log'
WEBP_ENABLED = True