We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e1424 commit 6c02787Copy full SHA for 6c02787
1 file changed
apps/backend/src/app/api/latest/integrations/custom/projects/provision/route.tsx
@@ -60,7 +60,7 @@ export const POST = createSmartRouteHandler({
60
61
const set = await createApiKeySet({
62
projectId: createdProject.id,
63
- description: `Auto-generated for Neon (${req.body.display_name})`,
+ description: `Auto-generated for an external integration`,
64
expires_at_millis: new Date(Date.now() + 1000 * 60 * 60 * 24 * 365 * 100).getTime(),
65
has_publishable_client_key: false,
66
has_secret_server_key: false,
0 commit comments