mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Update index.ts
This commit is contained in:
@@ -16,10 +16,10 @@ export function generate(schema: Schema): Template {
|
|||||||
"DOUBLEZERO_PORT=4000",
|
"DOUBLEZERO_PORT=4000",
|
||||||
`HASH=${mainServiceHash}`,
|
`HASH=${mainServiceHash}`,
|
||||||
`SECRET_KEY_BASE=${secretKeyBase}`,
|
`SECRET_KEY_BASE=${secretKeyBase}`,
|
||||||
"AWS_ACCESS_KEY_ID=",
|
"AWS_ACCESS_KEY_ID=your-aws-access-key",
|
||||||
"AWS_SECRET_ACCESS_KEY=",
|
"AWS_SECRET_ACCESS_KEY=your-aws-secret-key,
|
||||||
"AWS_REGION=",
|
"AWS_REGION=your-aws-region",
|
||||||
"SQS_URL=",
|
"SQS_URL=your-aws-sqs-url",
|
||||||
"SYSTEM_EMAIL=",
|
"SYSTEM_EMAIL=",
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user