Add list of env variables to documentation

Issue: #1121
This commit is contained in:
eikek
2021-10-25 00:21:18 +02:00
parent 94b26a1721
commit 118d23c3a2
7 changed files with 137 additions and 15 deletions

2
project/build.sbt Normal file
View File

@ -0,0 +1,2 @@
libraryDependencies ++=
Seq("com.typesafe" % "config" % "1.4.1")