X-Git-Url: https://git.llucax.com/software/blitiri.git/blobdiff_plain/3712946cab71832c15f0ae185b9605d1f1cc6367..ac9276d7da9b8d68fbae611d1fc8c62d5d721b5d:/config.py.sample?ds=sidebyside diff --git a/config.py.sample b/config.py.sample index c3b3653..79efac7 100644 --- a/config.py.sample +++ b/config.py.sample @@ -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"