Skip to content

Commit

Permalink
feat(db secret): add db secret env var
Browse files Browse the repository at this point in the history
  • Loading branch information
briancaffey committed Dec 20, 2022
1 parent 2b93024 commit 354aa95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/constructs/ad-hoc/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ export class AdHocApp extends Construct {
DJANGO_SETTINGS_MODULE: props.djangoSettingsModule ?? 'backend.settings.production',
FRONTEND_URL: `https://${stackName}.${props.domainName}`,
DOMAIN_NAME: props.domainName,
// TODO: read this from ad hoc base stack
DB_SECRET_NAME: 'DB_SECRET_NAME',
};

// define ecsTaskRole and taskExecutionRole for ECS
Expand Down

0 comments on commit 354aa95

Please sign in to comment.