mirror of
https://github.com/revanced/revanced-api.git
synced 2025-04-29 22:24:31 +02:00
feat: Do not ignore, if .env
file is missing
This commit is contained in:
parent
c89fdd2588
commit
24c6f4e435
@ -27,7 +27,6 @@ fun Application.configureDependencies() {
|
||||
val globalModule = module {
|
||||
single {
|
||||
Dotenv.configure()
|
||||
.ignoreIfMissing()
|
||||
.systemProperties()
|
||||
.load()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user