]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/ikiwiki.setup
ENV can be used in the setup file to override environment variable setting, such...
[ikiwiki.git] / doc / ikiwiki.setup
index 7813eb822e2ac8788c1bff27343cfca16deff05d..3d3c2a7f66896ed94b5a63169b460ec30eb81cfb 100644 (file)
@@ -143,6 +143,12 @@ use IkiWiki::Setup::Standard {
        #disable_plugins => [qw{inline htmlscrubber passwordauth openid}],
        # To add a directory to the perl search path, use this.
        #libdir => "/home/me/.ikiwiki/",
+       
+       # To override environment variable settings, you can list values here.
+       #ENV => {
+       #       TZ => "America/New_York",
+       #       PATH => "/home/me/bin:/usr/local/bin:/usr/bin:/bin",
+       #},
 
        # For use with the tag plugin, make all tags be located under a
        # base page.