976995e2a1
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
11 lines
188 B
Plaintext
11 lines
188 B
Plaintext
const pveAPI = "";
|
|
const pveAPIToken = {
|
|
user: "",
|
|
realm: "",
|
|
id: "",
|
|
uuid: ""
|
|
};
|
|
const listenPort = 80;
|
|
const domain = "";
|
|
|
|
module.exports = {pveAPI, listenPort, pveAPIToken, domain}; |