Skip to content
jrichardsz edited this page Dec 25, 2022 · 1 revision

Default ports

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"
}

Eventhos

Configurations

Deployment

Usage

Endpoints

Send event

Oauth2

For UI

  • 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

Queue Manager

Mail notifications

Ports

Contributions

CDN

Clone this wiki locally