forked from patrikx3/redis-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
p3xrs.json
22 lines (22 loc) · 901 Bytes
/
p3xrs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"p3xrs": {
"http": {
"port-info": "this is ommitted, it will be default 7843",
"port": 7843
},
"connections": {
"home-dir-info": "if the dir config is empty or home, the connections are saved in the home folder, otherwise it will resolve the directory set as it is, either relative ./ or absolute starting with /. NodeJs will resolve this directory in p3xrs.connections.dir",
"home-dir": "home"
},
"static-info": "This is the best configuration, if it starts with ~, then it is in resolve the path in the node_modules, otherwise it resolves to the current process current working directory.",
"static": "~p3x-redis-ui-material/dist",
"license-key": "future-use",
"treeDividers": [
":",
"/",
"|",
"-",
"@"
]
}
}