Files
ProxmoxAAS-API/vars.js.template
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 = "";