Skip to content

thumbor-community/mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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