2023-05-15 20:16:38 +00:00
|
|
|
export const API = "https://client.mydomain.example/api"; // the proxmox-aas api
|
2023-05-16 15:18:36 +00:00
|
|
|
export const PVE = "https://pve.mydomain.example"; // the proxmox api
|
2023-07-28 18:32:04 +00:00
|
|
|
export const organization = "mydomain"; // org name used in page title and nav bar
|