Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKim20 committed Oct 1, 2024
1 parent 3511193 commit bee1314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/server/src/service/common/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ export class NodeConfig implements INodeConfig {
if (config.s3_secret_key !== undefined) this.s3_secret_key = config.s3_secret_key;
if (config.s3_bucket !== undefined) this.s3_bucket = config.s3_bucket;

console.log(process.env);
console.log(`s3_region: ${config.s3_region}`);
console.log(`s3_access_key: ${config.s3_access_key}`);
console.log(`s3_secret_key: ${config.s3_secret_key}`);
Expand Down

0 comments on commit bee1314

Please sign in to comment.