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) #outboxJson=createOutbox(baseDir,username,domain,port,https,2,True,None)
#pprint(outboxJson) #pprint(outboxJson)
#testPostMessageBetweenServers() testPostMessageBetweenServers()
runDaemon(domain,port,https,federationList,useTor) #runDaemon(domain,port,https,federationList,useTor)
#testHttpsig() #testHttpsig()
sys.exit() sys.exit()

View File

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