Skip to content

Commit

Permalink
🔧 [Chore] env 변수 명 통일
Browse files Browse the repository at this point in the history
  • Loading branch information
g00hyun committed Nov 10, 2024
1 parent c8f72d8 commit fc41915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/media/src/database/mysql.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import * as net from 'net';
host: configService.get('BASTION_HOST'),
port: 22,
username: configService.get('BASTION_USERNAME'),
privateKey: fs.readFileSync(path.resolve(configService.get('BASTION_PRIVATE_KEY_PATH')), 'utf8'),
privateKey: configService.get('BASTION_PRIVATE_KEY'),
};

await new Promise((resolve, reject) => {
Expand Down

0 comments on commit fc41915

Please sign in to comment.