Skip to content

Commit

Permalink
Database url for debug impl (Env var).
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeySAntonov committed Jun 10, 2021
1 parent e85ab95 commit cf519ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-db-impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
buildConfigField(
"String",
"FIREBASE_DATABASE_URL",
project.property("FIREBASE_DATABASE_URL") as String
System.getenv()["FIREBASE_DATABASE_URL"] ?: project.property("FIREBASE_DATABASE_URL") as String
)
}
}
Expand Down

0 comments on commit cf519ca

Please sign in to comment.