Skip to main content

SetupForm

simplcms


simplcms / SetupForm

Function: SetupForm()

SetupForm(__namedParameters): Element

Defined in: src/app/client/components/setupForm.tsx:39

Parameters

__namedParameters

serverConfiguration

{ database: null | { dynamo: { accessKeyId: null | string; accessSecretKey: null | string; region: null | string; tableName: null | string; }; mongo: { uri: null | string; }; provider: "MongoDB" | "DynamoDB"; }; host: null | { provider: "Vercel"; vercel: { projectId: null | string; projectName: null | string; teamId: null | string; token: null | string; }; }; mediaStorage: null | object[] | { skipped: boolean; } | { skipped: boolean; }; oauth: null | object[]; }

serverConfiguration.database

null | { dynamo: { accessKeyId: null | string; accessSecretKey: null | string; region: null | string; tableName: null | string; }; mongo: { uri: null | string; }; provider: "MongoDB" | "DynamoDB"; } = ...

serverConfiguration.host

null | { provider: "Vercel"; vercel: { projectId: null | string; projectName: null | string; teamId: null | string; token: null | string; }; } = ...

serverConfiguration.mediaStorage

null | object[] | { skipped: boolean; } | { skipped: boolean; } = ...

serverConfiguration.oauth

null | object[] = ...

Returns

Element