add detach disk path,

add pveAPIToken config item
This commit is contained in:
2023-01-25 00:48:15 +00:00
parent 85d57b361b
commit 5b5fc2b930
2 changed files with 32 additions and 13 deletions

View File

@@ -1,4 +1,10 @@
const pveAPI = "";
const pveAPIToken = {
user: "",
realm: "",
id: "",
uuid: ""
};
const listenPort = 80;
module.exports = {pveAPI, listenPort};
module.exports = {pveAPI, listenPort, pveAPIToken};