]> git.llucax.com Git - software/blitiri.git/blobdiff - config.py.sample
Add online commenting support
[software/blitiri.git] / config.py.sample
index b6233582f5c2fee64c03248a153011a53f912e23..1f2c4eac0f1f68f84eb7e8029aa3be3ee22b941d 100644 (file)
 # Directory where entries are stored
 data_path = "/tmp/blog/data"
 
 # Directory where entries are stored
 data_path = "/tmp/blog/data"
 
+# Are comments allowed? (if False, comments_path option is not used)
+enable_comments = False
+
+# 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"
 # 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"