Skip to content

Commit

Permalink
Merge pull request #472 from sparcs-kaist/fix/env-example
Browse files Browse the repository at this point in the history
fix: update .env.example
  • Loading branch information
yumincho authored Mar 27, 2024
2 parents 7032f83 + b9439ba commit f52da03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/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 = env("DB_URL")
url = env("DATABASE_URL")
}

model Agenda {
Expand Down

0 comments on commit f52da03

Please sign in to comment.