Fixed type errors in nextJS apps, added Docker files
Co-authored-by: Nicolas <nocnico@users.noreply.github.com>
This commit is contained in:
22
apps/hub/helper/authServices.ts
Normal file
22
apps/hub/helper/authServices.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
export const services = [
|
||||
{
|
||||
id: "1",
|
||||
service: "dispatch",
|
||||
name: "Leitstellendisposition",
|
||||
approvedUrls: ["http://localhost:3001"],
|
||||
},
|
||||
{
|
||||
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"],
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user