Configuration
Configuration is one of the most awesome bits of hyper63. The goal of the configuration file is to be flexible and powerful, but easy to use. In the configuration file, you can define the app integration, the adapters, and middleware. You can also specify where you would like to send notifications so that you can have full observability into hyper63. The file should always be named hyper.config.js
hyper.config.js
In the configuration file you map your adapters to specific ports, these ports contain the rules for the services, and the adapters contain the implementation.
The config file is the core manifest for hyper, it pulls all of the adapters into the fold and configures, and applies them to the core module.
Need specific help? You can always reach out to our support team for any additional assistance at checkout our help desk
