X-Git-Url: https://git.llucax.com/software/blitiri.git/blobdiff_plain/a952c0e94cd764cf1d1cb177c46ebc0cf8c2785d..68d0af399627dab98e5206f7df26eb354f7d4ce5:/config.py.sample?ds=sidebyside diff --git a/config.py.sample b/config.py.sample index 512e1a4..f145a3e 100644 --- a/config.py.sample +++ b/config.py.sample @@ -1,3 +1,4 @@ +#coding: utf8 # This is the sample configuration file for a blitiri blog engine. # If you omit a variable, the default will be used. @@ -9,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"