Blob Blame Raw

hostName = "127.0.0.1"
serverPort = 8080
externalHost = "http://" + hostName + ":" + str(serverPort)
prefix = "/pixit"
cardsPrefix = prefix + "/cards"

cardsCount = 7