master
Bob Mottram 2019-07-01 09:22:15 +01:00
parent eeb74f6e16
commit b0a85e6b4e
2 changed files with 3 additions and 3 deletions

View File

@ -82,8 +82,8 @@ setBio(username,domain,'Some personal info')
#outboxJson=createOutbox(baseDir,username,domain,port,https,2,True,None)
#pprint(outboxJson)
#testPostMessageBetweenServers()
runDaemon(domain,port,https,federationList,useTor)
testPostMessageBetweenServers()
#runDaemon(domain,port,https,federationList,useTor)
#testHttpsig()
sys.exit()

View File

@ -117,7 +117,7 @@ def createServerBob(path: str,port: int):
os.mkdir(path)
os.chdir(path)
federationList=['127.0.0.1']
username='alice'
username='bob'
domain='127.0.0.1'
https=False
useTor=False