]> git.llucax.com Git - software/blitiri.git/blobdiff - config.py.sample
Fix 80 chars column limit
[software/blitiri.git] / config.py.sample
index c3b3653c845b40e75e9f93e7e4cf10a16516d933..79efac760ff447441ff848ada21ef30b62a7b790 100644 (file)
@@ -20,6 +20,9 @@ comments_path = "/tmp/blog/comments"
 # default templates. If they're not found, the built-in ones will be used.
 templates_path = "/tmp/blog/templates"
 
+# Path where the cache is stored (must be writeable by the web server)
+cache_path = "/tmp/blog/cache"
+
 # URL to the blog, including the name. Can be a full URL or just the path.
 blog_url = "/blog/blitiri.cgi"