7 lines
120 B
JavaScript
7 lines
120 B
JavaScript
export const config = {
|
|
serverAddr: "",
|
|
testId: "admin",
|
|
testPwd: "quicksh@re",
|
|
rootSize: 16,
|
|
colWidth: 20
|
|
};
|