Skip to content

Commit

Permalink
removed url
Browse files Browse the repository at this point in the history
  • Loading branch information
soberbat committed Jun 11, 2024
1 parent ae21417 commit 366e932
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .env

This file was deleted.

2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ generator client {

datasource db {
provider = "mysql"
url = "mysql://root:ysxgdil0@35.195.248.72:3306/taskManager"
url = env("DATABASE_URL")
}

model Employee {
Expand Down

0 comments on commit 366e932

Please sign in to comment.