Changed default cluster url to point to new default proxy port of 8080,
and set auth default port back to 11000
This commit is contained in:
@@ -21,5 +21,4 @@ from swift.common.wsgi import run_wsgi
|
||||
if __name__ == '__main__':
|
||||
if len(sys.argv) != 2:
|
||||
sys.exit("Usage: %s CONFIG_FILE" % sys.argv[0])
|
||||
run_wsgi(sys.argv[1], 'auth-server', default_port=8080)
|
||||
|
||||
run_wsgi(sys.argv[1], 'auth-server', default_port=11000)
|
||||
|
||||
Reference in New Issue
Block a user