ProxmoxAAS-API/vars.js.template
Arthur Lu 3d72e189d4 update vars.js.template
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-04-27 17:27:51 +00:00

10 lines
156 B
Plaintext

export const pveAPI = "";
export const pveAPIToken = {
user: "",
realm: "",
id: "",
uuid: ""
};
export const listenPort = 80;
export const domain = "";