Skip to content

Commit 39cee7c

Browse files
committed
Update client.ts
1 parent 650796b commit 39cee7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/db/src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import * as schema from "./drizzle/schema";
66

77
const fullSchema = { ...schema, ...relations };
88

9-
const databaseUrl = "postgres://databuddy:databuddy_dev_password@localhost:5432/databuddy";
9+
const databaseUrl = process.env.DATABASE_URL as string;
1010

1111
if (!databaseUrl) {
1212
throw new Error("DATABASE_URL is not set");

0 commit comments

Comments
 (0)