pixelbattle/settings.json

11 lines
216 B
JSON

{
"httpPort": 8080,
"boardWidth": 1920,
"boardHeight": 1080,
"serverAddress": "127.0.0.1",
"saveFile": "./board.png",
"timeBetweenPixels": 5,
"httpsCertFile": "",
"httpsKeyFile": ""
}