add vars.js.template,

use vars config items in api
This commit is contained in:
2023-01-25 00:28:44 +00:00
parent e133971911
commit 85d57b361b
3 changed files with 11 additions and 7 deletions

4
vars.js.template Normal file
View File

@@ -0,0 +1,4 @@
const pveAPI = "";
const listenPort = 80;
module.exports = {pveAPI, listenPort};