Skip to content

Commit a8ea1c2

Browse files
committed
fix: changed the name of the bank environment variable
1 parent a371f30 commit a8ea1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prisma/schema.prisma

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ generator client {
1313

1414
datasource db {
1515
provider = "postgres"
16-
url = env("DATABASE_URL")
16+
url = env("URL_DATABASE")
1717
}
1818

1919
model User {

0 commit comments

Comments
 (0)