ProxmoxAAS-API/vars.js.template

4 lines
81 B
Plaintext
Raw Normal View History

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