IlyaKirillov / GoUniverse

GNU Lesser General Public License v3.0
60 stars 10 forks source link

A Gradle project that builds a JAR container for GoUniverse. #30

Closed morgoth-bauglir closed 7 years ago

morgoth-bauglir commented 7 years ago

The JAR container will start up a Tomcat server instance that host the KGS JSON Client servlet and GoUniverse. GoUniverse can access KGS through the local KGS JSON servlet and avoid ban poisoning from using a communal KGS JSON servlet.

Can you create a configuration file to make it easy to set the address of the KGS JSON servlet so the Gradle project just needs to include an alternate configuration file? Thank you.