/lila-fishnet

Primary LanguageScalaGNU Affero General Public License v3.0AGPL-3.0

Proxy between lila and fishnet move clients

lila <-> redis <-> lila-fishnet <- http <- fishnet-clients

Start:

sbt

Start with custom port:

sbt -Dhttp.port=9665

Start with custom config file:

sbt -Dconfig.file=/path/to/my.conf

Custom config file example:

include "application"
redis.uri = "redis://127.0.0.1"

Code formatting

This repository uses scalafmt.

Please install it for your code editor if you're going to contribute to this project.

If you don't install it, please run scalafmtAll in the sbt console before committing.