Skip to content

Commit

Permalink
[ANCHOR-431] Set callback-api-request.enabled default to false (#1593)
Browse files Browse the repository at this point in the history
### Description

- Set callback-api-request.enabled default to false
- The "What's Changed" from v2 to v3 will document this.
  • Loading branch information
lijamie98 authored Dec 12, 2024
1 parent 735ab73 commit 1e0eca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ event_processor:
# The configuration of the event delivery to the anchor business server
callback_api_request:
# Whether to enable the event delivery to the anchor business server
enabled: true
enabled: false

######################
## Platform Server Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ languages=en,es-AR
events.enabled=true
events.queue.type=kafka
events.queue.kafka.bootstrap_server=kafka:29092
event_processor.callback_api_request.enabled=true
# callback API endpoint
callback_api.base_url=http://reference-server:8091/
# platform API endpoint
Expand Down

0 comments on commit 1e0eca9

Please sign in to comment.