Skip to content

Commit

Permalink
feat: add aws env variable validation
Browse files Browse the repository at this point in the history
  • Loading branch information
stae1102 committed Mar 9, 2024
1 parent 04b12d8 commit ea89bb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ import { InfraModule } from './infra/infra.module';
NAVER_API_CLIENT_ID: Joi.string().required(),
NAVER_API_CLIENT_SECRET: Joi.string().required(),
NAVER_CLOVA_SUMMARY_REQUEST_URL: Joi.string().required(),
AWS_ACCESS_KEY_ID: Joi.string().required(),
AWS_SECRET_ACCESS_KEY: Joi.string().required(),
}),
}),
TypeOrmModule.forRootAsync({
Expand Down

0 comments on commit ea89bb0

Please sign in to comment.