Skip to content

Commit

Permalink
r0b08x [chore] 3/29/2024, 5:29:52 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Mar 29, 2024
1 parent cbebaf8 commit 541edf1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions p3xrs.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"p3xrs": {

"http": {
"port-info": "this is ommitted, it will be default 7843",
"port": 7843
"port": 7843,
"bind-info": "the interface with listen to, could be 127.0.0.1 or 0.0.0.0 or specific interface",
"bind": "0.0.0.0"
},
"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": "MIT",
"static-disabled": "~p3x-redis-ui-material/dist",
"treeDividers": [
":",
"/",
Expand Down

0 comments on commit 541edf1

Please sign in to comment.