-
Notifications
You must be signed in to change notification settings - Fork 2
Ports
jrichardsz edited this page Dec 25, 2022
·
1 revision
The api will run by default in the port 2109
. you can change this behavior by modifying the environment variable PORT
in the docker compose file. If you decided to change the port also modify the environment variable URL
in eventhos-web
part of the docker compose file to reflect the new port.
The web will run in the port 2110
, to change it you will need to modify the package.json inside eventhos-web, in the following line.
{
"start": "nodeboot-spa-server dist/template-dashboard -s settings.json -p 2110 --allow-routes"
}
- Get token with client credential grant
- More oauth2 enpoints here
- get all events
- GET /event
- create events
- POST /event
- update events
- PUT /event
- delete event
- DELETE /event
- get all received events
- get details of received event
- GET /event/received/:id
- get details of executed contracts
- GET /received/execution-detail/:id
- create system