Files
ProxyScript-Template/config/default.json

16 lines
259 B
JSON

{
"server": {
"port": 3000,
"host": "0.0.0.0"
},
"proxy": {
"pathPrefix": "/ProxyScript/run/",
"workspaceId": "67bca862210071627d32ef12",
"branch": "current",
"routeName": "myProxy"
},
"logging": {
"level": "debug"
}
}