Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
kangjuhyup authored Oct 7, 2024
1 parent 5df6114 commit cfbaece
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/database/datasource/intro.datasource.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
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 cfbaece

Please sign in to comment.