ProxmoxAAS-API/vars.js.template

11 lines
188 B
Plaintext
Raw Normal View History

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