Skip to content

Commit

Permalink
Merge pull request #24 from Trac-Systems/fix/deps
Browse files Browse the repository at this point in the history
main into feat/japa-tests/docker branch
  • Loading branch information
eL1x00r authored Feb 9, 2024
2 parents 79cab9d + 582722d commit 71bc81b
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 530 deletions.
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,22 @@ Just swap out the given domain in that endpoint example above with your websocke
```json
{
"enableRest": true,
"restPort": 5099,
"enableWebsockets": false,
"websocketPort": 5095,
"websocketCORS": "*",
"channel": "53d2e64fa7a09e9dc74fc52ee9e9feb9d59b3e2cff4a25dfb543ec3b0bf4b281",
"channelProduction": "53d2e64fa7a09e9dc74fc52ee9e9feb9d59b3e2cff4a25dfb543ec3b0bf4b281"
"enableRest": true,
"enableRestApiDocs": true,
"restPort": 5099,
"restCacheControl": {
"maxAge": 3600,
"public": true
},
"restHeaders": [
{ "name": "X-Powered-By", "value": "TracCore" },
{ "name": "Access-Control-Allow-Origin", "value": "*" }
],
"enableWebsockets": false,
"websocketPort": 5095,
"websocketCORS": "*",
"channel": "53d2e64fa7a09e9dc74fc52ee9e9feb9d59b3e2cff4a25dfb543ec3b0bf4b281",
"channelTest": "729c91276e20b8e270ea589ac437f24e6c7c66c969b4acfe99bd82faab391e68"
}
```

Expand Down
9 changes: 9 additions & 0 deletions config/default.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"enableRest": true,
"enableRestApiDocs": true,
"restPort": 5099,
"restCacheControl": {
"maxAge": 3600,
"public": true
},
"restHeaders": [
{ "name": "X-Powered-By", "value": "TracCore" },
{ "name": "Access-Control-Allow-Origin", "value": "*" }
],
"enableWebsockets": false,
"websocketPort": 5095,
"websocketCORS": "*",
Expand Down
Loading

0 comments on commit 71bc81b

Please sign in to comment.