3d72e189d4
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
10 lines
156 B
Plaintext
10 lines
156 B
Plaintext
export const pveAPI = "";
|
|
export const pveAPIToken = {
|
|
user: "",
|
|
realm: "",
|
|
id: "",
|
|
uuid: ""
|
|
};
|
|
export const listenPort = 80;
|
|
export const domain = "";
|