]> git.llucax.com Git - software/blitiri.git/blobdiff - config.py.sample
Add basic comments support
[software/blitiri.git] / config.py.sample
index b6233582f5c2fee64c03248a153011a53f912e23..f145a3e3d0af1d1af1bd464ac63faf60ff4cafac 100644 (file)
@@ -10,6 +10,9 @@
 # Directory where entries are stored
 data_path = "/tmp/blog/data"
 
+# Directory where comments are stored (must be writeable by the web server)
+comments_path = "/tmp/blog/comments"
+
 # Path where templates are stored. Use an empty string for the built-in
 # default templates. If they're not found, the built-in ones will be used.
 templates_path = "/tmp/blog/templates"