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.

14 lines
299 B

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