const release = "tibi-docs.dirty" const apiClientBaseURL = "/api/" // @ts-ignore if (release && typeof context !== "undefined") { context.response.header("X-Release", release) } module.exports = { release, apiClientBaseURL, frontendBase: "https://bkdf.code.testversion.online/", tibiUrl: "https://bkdf-tibiadmin.code.testversion.online/", bkdfApiUrl: "https://bkdf.code.testversion.online/api/", }