hostName = "127.0.0.1" serverPort = 8080 externalHost = "http://" + hostName + ":" + str(serverPort) prefix = "/story"