From 1769babac1c483ca61ac4bbb0ad6522be9ad4ed7 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 1 Feb 2023 22:26:56 +0000 Subject: [PATCH] add example entries in vars.js.template Signed-off-by: Arthur Lu --- vars.js.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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