Blame config.py.example

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