All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.front.config-index.ts.ftl Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
import {IConfig} from "@/config/types";

const config: IConfig = {
  project: "${folderName}",
  httpPrefix: "/api",
  timeOut: 10 * 60 * 1000,
  platformName: "${projectItemModel.projectName}",
  company: "深圳市榆晟科技有限责任公司",
  uploadUrl: "/party/oss/ordinaryUpload",
  fragmentationUrl: "/party/oss/burstUpload",
  downloadUrl: "/api/party/oss/download",
}

export default config




© 2015 - 2024 Weber Informatics LLC | Privacy Policy