feat: Do not ignore, if .env file is missing

This commit is contained in:
oSumAtrIX 2024-02-05 23:57:21 +01:00
parent c89fdd2588
commit 24c6f4e435
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -27,7 +27,6 @@ fun Application.configureDependencies() {
val globalModule = module {
single {
Dotenv.configure()
.ignoreIfMissing()
.systemProperties()
.load()
}