forked from indymedia/epicyon
Username
parent
eeb74f6e16
commit
b0a85e6b4e
|
@ -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()
|
||||||
|
|
2
tests.py
2
tests.py
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue