mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-01 00:45:52 +00:00
rename queen control files to 'introducer'
This commit is contained in:
parent
a3c9ead74f
commit
be8eeadb7a
@ -6,9 +6,9 @@ from allmydata.introducer import Introducer
|
||||
|
||||
|
||||
class Queen(node.Node):
|
||||
CERTFILE = "queen.pem"
|
||||
PORTNUMFILE = "queen.port"
|
||||
NODETYPE = "queen"
|
||||
CERTFILE = "introducer.pem"
|
||||
PORTNUMFILE = "introducer.port"
|
||||
NODETYPE = "introducer"
|
||||
|
||||
def __init__(self, basedir="."):
|
||||
node.Node.__init__(self, basedir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user