X-Git-Url: https://git.llucax.com/software/blitiri.git/blobdiff_plain/7135d5218bf8802739562752f2d3cc5e451f07c2..afb0ff3190575f15f0e8a1e401e173d1df8f6cf3:/config.py.sample diff --git a/config.py.sample b/config.py.sample index b623358..1f2c4ea 100644 --- a/config.py.sample +++ b/config.py.sample @@ -10,6 +10,12 @@ # 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"