ProxmoxAAS-API/vars.js.template
Arthur Lu 85d57b361b add vars.js.template,
use vars config items in api
2023-01-25 00:28:44 +00:00

4 lines
81 B
Plaintext

const pveAPI = "";
const listenPort = 80;
module.exports = {pveAPI, listenPort};