mirror of
https://github.com/dfpc-coe/CloudTAK.git
synced 2025-12-23 14:10:18 +00:00
Remove driver
This commit is contained in:
@@ -3,7 +3,6 @@ import type { Config } from "drizzle-kit";
|
||||
export default {
|
||||
dialect: 'postgresql',
|
||||
schema: './lib/schema.ts',
|
||||
driver: 'pg',
|
||||
dbCredentials: {
|
||||
url: process.env.POSTGRES || 'postgres://postgres@localhost:5432/tak_ps_etl',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user