You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
284 B

const cloudDir = "cloud://educoder.6564-educoder-1300855313/";
const eduUrl = "https://www.educoder.net";
/**
*
*/
module.exports = global.config = {
version:"0.12.1",
apiRoot:eduUrl+"/api/",
cloudDir,
eduUrl,
imgDir:cloudDir+"images/",
eduImgDir:eduUrl+"/images/",
}