Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danihengeveld committed Jan 21, 2024
1 parent 277941d commit 8292d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drizzle.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export default {
schema: "./src/db/schema.ts",
driver: "mysql2",
dbCredentials: {
connectionString: process.env.DATABASE_URL as string,
uri: process.env.DATABASE_URL as string,
},
} satisfies Config;

1 comment on commit 8292d69

@vercel
Copy link

@vercel vercel bot commented on 8292d69 Jan 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.