Working with Triggers
Before you start testing Triggers
- download ngrok
- open terminal and type
ngrok http http://127.0.0.1:9555
- copy the first address under Forwarding
If you are on Intellij
-
open bytechef code
-
go to
bytechef/server/apps/server-app/src/main/resources/config
, create a file calledapplication-local.yml
(Pay attention thatapplication-local.yml
is optional, git ignored file, and corresponds to local spring profile. This one shouldn’t miss activatinglocal
profile on springBoot startup) -
it is important to add local to active profiles in configuration
-
paste this code in
application-local.yml
:
- run Bytechef
If you are not on Intellij
- paste this code in shell:
- run Bytechef