ProxmoxAAS-API/vars.js.template
Arthur Lu 5b5fc2b930 add detach disk path,
add pveAPIToken config item
2023-01-25 00:48:15 +00:00

10 lines
161 B
Plaintext

const pveAPI = "";
const pveAPIToken = {
user: "",
realm: "",
id: "",
uuid: ""
};
const listenPort = 80;
module.exports = {pveAPI, listenPort, pveAPIToken};