mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 23:02:25 +00:00
Remove magic_folder subsection from default tahoe.cfg
This commit is contained in:
parent
79f3c5d81a
commit
189b1b2dc2
@ -136,14 +136,6 @@ def create_node(config, out=sys.stdout, err=sys.stderr):
|
||||
c.write("enabled = false\n")
|
||||
c.write("\n")
|
||||
|
||||
c.write("[magic_folder]\n")
|
||||
c.write("# Shall this node automatically upload files created or modified in a local directory?\n")
|
||||
c.write("#enabled = false\n")
|
||||
c.write("# To specify the target of uploads, a mutable directory writecap URI must be placed\n"
|
||||
"# in '%s'.\n" % os.path.join('private', 'magic_folder_dircap'))
|
||||
c.write("#local.directory = \n")
|
||||
c.write("\n")
|
||||
|
||||
c.close()
|
||||
|
||||
from allmydata.util import fileutil
|
||||
|
Loading…
Reference in New Issue
Block a user