Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
kangjuhyup authored Oct 7, 2024
1 parent cfbaece commit 2ce15d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/database/datasource/intro.datasource.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { DataSource } from 'typeorm';
import 'dotenv/config';

console.log(process.env.DB_USE)
console.log(process.env.DB_PWD)

export const IntroDataSource = new DataSource({
type: process.env.DB_TYPE as any,
host: process.env.DB_HOST,
Expand Down

0 comments on commit 2ce15d4

Please sign in to comment.