jonpchin / gochess

Online real time chess web server using websockets
MIT License
47 stars 17 forks source link

Make default constants configurable in JSON file #7

Closed jonpchin closed 6 years ago

jonpchin commented 8 years ago

Make default constants configurable in JSON file so that if a parameter needs to be changed it can be modified in the JSON file without having to recompile the application again. An example of a constant that could be configured would be the 30 days in gostuff.RemoveOldGames(30)