pixelbattle/settings.json

10 lines
193 B
JSON

{
"listenPort": 8080,
"exposedPort": 443,
"boardWidth": 1920,
"boardHeight": 1080,
"serverAddress": "localhost",
"saveFile": "./board.png",
"timeBetweenPixels": 5
}