d923ed046d
implement interrupt based client sync
3 lines
233 B
JavaScript
3 lines
233 B
JavaScript
export const API = "https://client.mydomain.example/api"; // the proxmox-aas api
|
|
export const PVE = "https://pve.mydomain.example"; // the proxmox api
|
|
export const organization = "mydomain"; // org name used in page title and nav bar
|