fix port config
This commit is contained in:
parent
aaeeff3365
commit
295cb26a9c
@ -7,5 +7,5 @@ _root = Path(os.getenv('v6root', './data'))
|
||||
assert _root.exists()
|
||||
myroot = _root / 'v6d0auth'
|
||||
myroot.mkdir(exist_ok=True)
|
||||
port = int(os.getenv('v6root', '5003'))
|
||||
port = int(os.getenv('v6port', '5003'))
|
||||
cakey = bytes.fromhex(os.getenv('v6ca', ''))
|
||||
|
Loading…
Reference in New Issue
Block a user