add vars.js.template,
use vars config items in api
This commit is contained in:
4
vars.js.template
Normal file
4
vars.js.template
Normal file
@@ -0,0 +1,4 @@
|
||||
const pveAPI = "";
|
||||
const listenPort = 80;
|
||||
|
||||
module.exports = {pveAPI, listenPort};
|
Reference in New Issue
Block a user