PromucFlow_constructor/app/client/src/constants/ThirdPartyConstants.tsx
balajisoundar 95c729d7d1
feat: Introduce a Welcome screen and a form to create a super user, on a fresh installation (#6806)
This commit introduces a super user signup form, that appears only on an empty instance, to create a super user.

fixes: #6934
2021-09-12 22:06:43 +05:30

6 lines
276 B
TypeScript

export type ENVIRONMENT = "PRODUCTION" | "STAGING" | "LOCAL";
export const S3_BUCKET_URL =
"https://s3.us-east-2.amazonaws.com/assets.appsmith.com";
export const TELEMETRY_URL = "https://docs.appsmith.com/telemetry";
export const DISCORD_URL = "https://discord.gg/rBTTVJp";