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 {
|
val globalModule = module {
|
||||||
single {
|
single {
|
||||||
Dotenv.configure()
|
Dotenv.configure()
|
||||||
.ignoreIfMissing()
|
|
||||||
.systemProperties()
|
.systemProperties()
|
||||||
.load()
|
.load()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user