changed git call from https to git readonly
[atutor.git] / mods / wiki / plugins / db / binary_store.meta
1 api: ewiki
2 category: database
3 hooks: binary_store, binary_get
4 type: database
5 config: 
6   EWIKI_DB_STORE_DIRECTORY="/tmp"  // where to save binary files
7   EWIKI_DB_STORE_MINSIZE=0  // send smaller files into db
8   EWIKI_DB_STORE_MAXSIZE=32 <<20  // 32MB max per file (but
9   EWIKI_DB_STORE_URL="http://example.com/wiki/files/store/"
10 title: binary_store
11 description: intercepts binary handling and stores too large blocks into static files
12 priority: auto