]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
create_node.py: add 'web.static = public_html' to the initial tahoe.cfg
authorBrian Warner <warner@allmydata.com>
Thu, 30 Oct 2008 00:13:36 +0000 (17:13 -0700)
committerBrian Warner <warner@allmydata.com>
Thu, 30 Oct 2008 00:13:36 +0000 (17:13 -0700)
src/allmydata/scripts/create_node.py

index 7ef66b954d42c18264701ef20b1c1da1211b3485..b1e1536452b598534253b129054be4ce11079030 100644 (file)
@@ -64,6 +64,7 @@ def write_node_config(c, config):
     if webport.lower() == "none":
         webport = ""
     c.write("web.port = %s\n" % webport)
+    c.write("web.static = public_html\n")
     c.write("#tub.port =\n")
     c.write("#advertised_ip_addresses =\n")
     c.write("#log_gatherer.furl =\n")