11 lines
184 B
Plaintext
11 lines
184 B
Plaintext
export const pveAPI = "";
|
|
export const pveAPIToken = {
|
|
user: "",
|
|
realm: "",
|
|
id: "",
|
|
uuid: ""
|
|
};
|
|
export const listenPort = 80;
|
|
export const hostname = "";
|
|
export const domain = "";
|