mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-11 13:56:17 +00:00
feat: Do not ignore, if .env file is missing
This commit is contained in:
@@ -27,7 +27,6 @@ fun Application.configureDependencies() {
|
|||||||
val globalModule = module {
|
val globalModule = module {
|
||||||
single {
|
single {
|
||||||
Dotenv.configure()
|
Dotenv.configure()
|
||||||
.ignoreIfMissing()
|
|
||||||
.systemProperties()
|
.systemProperties()
|
||||||
.load()
|
.load()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user