Proxy between lila and fishnet move clients
lila <-> redis <-> lila-fishnet <- http <- fishnet-clients
Start:
sbtStart with default config:
sbt app/runUse environment variables to start with custom config (redis.host for example):
REDIS_HOST=redis sbt app/runFor other config check AppConfig.scala
Run all tests (required Docker for IntegrationTest):
sbt app/testRun a single test:
sbt app/testOnly lila.fishnet.ExecutorTestRun code format and auto code refactor with scalafmt & scalafix:
sbt preparesbt release with-defaults