Adding package and config

This commit is contained in:
2026-03-25 22:20:47 -05:00
parent dadbec4c9f
commit d013feffa7
2 changed files with 45 additions and 0 deletions

15
config/default.json Normal file
View File

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