PromucFlow_constructor/app/client/src/constants/ThirdPartyConstants.tsx

4 lines
151 B
TypeScript
Raw Normal View History

2019-09-09 09:08:54 +00:00
export type ENVIRONMENT = "PRODUCTION" | "STAGING" | "LOCAL";
2021-07-02 06:04:36 +00:00
export const S3_BUCKET_URL =
"https://s3.us-east-2.amazonaws.com/assets.appsmith.com";