Default port

master
Bob Mottram 2019-07-02 22:27:50 +01:00
parent 306f9edf46
commit 0a956f3ea6
1 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ runAllTests()
federationList=['mastodon.social','wild.com','trees.com','127.0.0.1'] federationList=['mastodon.social','wild.com','trees.com','127.0.0.1']
username='testuser' username='testuser'
#domain=socket.gethostname() #domain=socket.gethostname()
domain='127.0.0.1' domain='0.0.0.0'
port=6227 port=6227
https=False https=False
useTor=False useTor=False
@ -85,10 +85,10 @@ setBio(baseDir,username,domain,'Some personal info')
#pprint(outboxJson) #pprint(outboxJson)
#testPostMessageBetweenServers() #testPostMessageBetweenServers()
#runDaemon(domain,port,https,federationList,useTor) runDaemon(domain,port,https,federationList,useTor)
#testHttpsig() #testHttpsig()
#sys.exit() sys.exit()
#pprint(person) #pprint(person)
#print('\n') #print('\n')