Skip to content

Commit

Permalink
Fix AppConfig link
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Dec 2, 2023
1 parent a6c84f2 commit 19ebd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Start with custom config (`redis.host` for example):
sbt -Dredis.host=redis
```

For other `config` check [Config.scala](https://github.com/lichess-org/lila-fishnet/blob/master/app/src/main/scala/Config.scala)
For other `config` check [AppConfig.scala](https://github.com/lichess-org/lila-fishnet/blob/master/app/src/main/scala/AppConfig.scala)

Run all tests (required Docker for IntegrationTest):
```
Expand Down

0 comments on commit 19ebd0d

Please sign in to comment.