Skip to content

Commit

Permalink
test: CICD test
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHyeon0409 committed Nov 6, 2024
1 parent 17b7abd commit 51cdd89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/server/src/configs/typeorm.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default async function getTypeOrmConfig(): Promise<TypeOrmModuleOptions>
console.log(env);
console.log(envPath);
console.log(process.env.NODE_ENV);
console.log(process.env.DB_HOST);
return {
type: 'mysql',
host: process.env.DB_HOST,
Expand Down

0 comments on commit 51cdd89

Please sign in to comment.