diff options
Diffstat (limited to 'drizzle.config.ts')
| -rw-r--r-- | drizzle.config.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drizzle.config.ts b/drizzle.config.ts index 93b6e10d..6da96b8e 100644 --- a/drizzle.config.ts +++ b/drizzle.config.ts @@ -5,8 +5,8 @@ export default defineConfig({ schema: "./db/schema/index.ts", dialect: 'postgresql', dbCredentials: { - // url: process.env.DATABASE_URL!, - url: "postgresql://dts:dujinDTS2@localhost:5432/evcp" + url: process.env.DATABASE_URL!, + // url: "postgresql://dts:dujinDTS2@localhost:5432/evcp" }, }); |
