23 lines
439 B
TypeScript
23 lines
439 B
TypeScript
export const services = [
|
|
{
|
|
id: "1",
|
|
service: "dispatch",
|
|
name: "Leitstellendisposition",
|
|
approvedUrls: ["https://dispatch.premiumag.de"],
|
|
},
|
|
{
|
|
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"],
|
|
},
|
|
];
|