add example entries in vars.js.template

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2023-02-01 22:26:56 +00:00
parent 7e87c870d3
commit 1769babac1

View File

@ -1,2 +1,2 @@
export const PVE = ""; // the proxmox web api
export const API = ""; // the proxmox-aas api
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