Skip to content

Commit 6c02787

Browse files
committed
Update API key description for external integrations in project provisioning
1 parent 16e1424 commit 6c02787

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/backend/src/app/api/latest/integrations/custom/projects/provision

apps/backend/src/app/api/latest/integrations/custom/projects/provision/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const POST = createSmartRouteHandler({
6060

6161
const set = await createApiKeySet({
6262
projectId: createdProject.id,
63-
description: `Auto-generated for Neon (${req.body.display_name})`,
63+
description: `Auto-generated for an external integration`,
6464
expires_at_millis: new Date(Date.now() + 1000 * 60 * 60 * 24 * 365 * 100).getTime(),
6565
has_publishable_client_key: false,
6666
has_secret_server_key: false,

0 commit comments

Comments
 (0)