diff --git a/vars.js.template b/vars.js.template index d5e7f7d..67dd051 100644 --- a/vars.js.template +++ b/vars.js.template @@ -1,2 +1,2 @@ -export const PVE = ""; // the proxmox web api -export const API = ""; // the proxmox-aas api \ No newline at end of file +export const PVE = "https://proxmox.mydomain.example/api2/json"; // the proxmox web api +export const API = "https://client.mydomain.example/api"; // the proxmox-aas api \ No newline at end of file