Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio authored Jul 6, 2024
1 parent aa347ab commit 0f0f32a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/doublezero/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ export function generate(schema: Schema): Template {
"DOUBLEZERO_PORT=4000",
`HASH=${mainServiceHash}`,
`SECRET_KEY_BASE=${secretKeyBase}`,
"AWS_ACCESS_KEY_ID=",
"AWS_SECRET_ACCESS_KEY=",
"AWS_REGION=",
"SQS_URL=",
"AWS_ACCESS_KEY_ID=your-aws-access-key",
"AWS_SECRET_ACCESS_KEY=your-aws-secret-key,
"AWS_REGION=your-aws-region",
"SQS_URL=your-aws-sqs-url",
"SYSTEM_EMAIL=",
];

Expand Down

0 comments on commit 0f0f32a

Please sign in to comment.