add detach disk path,
add pveAPIToken config item
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
const pveAPI = "";
|
||||
const pveAPIToken = {
|
||||
user: "",
|
||||
realm: "",
|
||||
id: "",
|
||||
uuid: ""
|
||||
};
|
||||
const listenPort = 80;
|
||||
|
||||
module.exports = {pveAPI, listenPort};
|
||||
module.exports = {pveAPI, listenPort, pveAPIToken};
|
Reference in New Issue
Block a user