export const services = [ { id: "1", service: "dispatch", name: "Leitstellendisposition", approvedUrls: [process.env.NEXT_PUBLIC_DISPATCH_URL], }, { id: "2", secret: "jp2k430fnv", service: "desktop", name: "Desktop client", approvedUrls: ["var://oAuth"], }, { id: "3", secret: "d0f3e4e4", service: "moodle", name: "Moodle", approvedUrls: ["http://localhost:8081", "https://moodle.virtualairrescue.com"], }, ];