/mongodb

MongoDB storage

Primary LanguagePythonMIT LicenseMIT

tc_mongodb

MongoDB storage adapter for thumbor.

Versions

This projects uses the following versioning scheme:

<thumbor major>.<mongodb plugin major>.<mongodb plugin minor>

Configuration

# MONGO STORAGE OPTIONS
MONGO_STORAGE_SERVER_HOST = 'localhost' # MongoDB storage server host
MONGO_STORAGE_SERVER_PORT = 27017 # MongoDB storage server port
MONGO_STORAGE_SERVER_DB = 'thumbor' # MongoDB storage server database name
MONGO_STORAGE_SERVER_COLLECTION = 'images' # MongoDB storage image collection