Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Commit

Permalink
Update 3-configuration-management.md
Browse files Browse the repository at this point in the history
- Resolves this [PR](#24)
  • Loading branch information
SudKul authored Jun 9, 2021
1 parent 2ddb9d1 commit 7224513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instructions/3-configuration-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ In this phase, you will add CircleCI jobs that execute Cloud Formation templates
- Configure environment variables (use the `environment` module type in your role):
- `ENVIRONMENT`=`production`
- `TYPEORM_CONNECTION`=`postgres`
- `TYPEORM_ENTITIES`=`./src/modules/domain/**/*.entity.ts`
- `TYPEORM_ENTITIES`=`./modules/domain/**/*.entity{.ts,.js}`
- `TYPEORM_HOST`={your postgres database hostname in RDS}
- `TYPEORM_PORT`=`5532` (or the port from RDS if it’s different)
- `TYPEORM_USERNAME`={your postgres database username in RDS}
Expand Down

0 comments on commit 7224513

Please sign in to comment.