Skip to content

Commit

Permalink
try with db_url
Browse files Browse the repository at this point in the history
  • Loading branch information
mikrise2 committed Nov 13, 2023
1 parent 3231857 commit c3deb04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.jetbrains.research.tasktracker.database.models.data.*
object DatabaseFactory {
fun init() {
val database = Database.connect(
url = System.getenv("DB_URL"),
url = System.getenv("db_url"),
driver = "org.postgresql.Driver",
user = System.getenv("DB_USERNAME"),
password = System.getenv("DB_PASSWORD")
Expand Down

0 comments on commit c3deb04

Please sign in to comment.