mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-10 21:36:18 +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 {
|
||||
single {
|
||||
Dotenv.configure()
|
||||
.ignoreIfMissing()
|
||||
.systemProperties()
|
||||
.load()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user