PromucFlow_constructor/app/client/src/constants/ThirdPartyConstants.tsx
2021-07-02 11:34:36 +05:30

4 lines
151 B
TypeScript

export type ENVIRONMENT = "PRODUCTION" | "STAGING" | "LOCAL";
export const S3_BUCKET_URL =
"https://s3.us-east-2.amazonaws.com/assets.appsmith.com";