Updated env
This commit is contained in:
@@ -4,7 +4,7 @@ import * as schema from "./schema.js"
|
||||
|
||||
const db = drizzle({
|
||||
connection: {
|
||||
url: env.prod.postgresURI
|
||||
url: env.prod.POSTGRESURI
|
||||
},
|
||||
schema: schema
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user