ProxmoxAAS-API/vars.js.template
Arthur Lu b970e990a6 use vars to specify cors domain
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2023-02-28 22:04:30 +00:00

11 lines
188 B
Plaintext

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