Skip to content

Commit

Permalink
Merge pull request #388 from lichess-org/remove-dotenv
Browse files Browse the repository at this point in the history
Remove sbt-dotenv plugin
  • Loading branch information
lenguyenthanh authored Jan 13, 2025
2 parents 1eb77a1 + 7229578 commit 1d67bdc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
14 changes: 0 additions & 14 deletions .env.example

This file was deleted.

5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ Use environment variables to start with custom config (`redis.host` and `kamon`
REDIS_HOST=redis KAMON_ENABLED=true CONFIG_FORCE_kamon_influxdb_port=8888 sbt app/run
```

Or creating an `.env` file with environment variables, for example:
```sh
cp .env.example .env
```

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
1 change: 0 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
resolvers += Resolver.sonatypeRepo("snapshots")
dependencyOverrides += "ch.epfl.scala" % "scalafix-interfaces" % "0.13.0+95-69a3e105-SNAPSHOT"
addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.1.0")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")

0 comments on commit 1d67bdc

Please sign in to comment.