Updated env

This commit is contained in:
2025-03-02 21:09:43 +01:00
parent 8d2fba1c21
commit 0f4d317935
17 changed files with 72 additions and 52 deletions

View File

@@ -4,7 +4,7 @@ import * as schema from "./schema.js"
const db = drizzle({
connection: {
url: env.prod.postgresURI
url: env.prod.POSTGRESURI
},
schema: schema
})