Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 673 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 673 Bytes

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.