Skip to content

Commit

Permalink
Take care of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lijamie98 committed Jun 27, 2023
1 parent 0f1d440 commit ffd14b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,13 @@ event_processor:
# - domain: mgi.com
# public_key: GA22WORKYRXB6AW7XR5GIOAOQUY4KKCENEAI34FN3KJNWHKDZTZSVLTU
# callback_url: https://callback.mgi.com/api/v2/anchor/callback
client_attribution:
clients:
# - domain: domain1.com
# public_key:
# callback_url:
# - domain: domain2.com
# public_key:
# callback_url:

## @param: languages
## @supported_values: en
Expand Down
10 changes: 3 additions & 7 deletions platform/src/main/resources/config/anchor-config-schema-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ callback_api.auth.jwt.http_header:
callback_api.auth.type:
callback_api.base_url:
callback_api.check_certificate:
clients:
data.database:
data.ddl_auto:
data.flyway_baseline_on_migrate:
Expand All @@ -18,15 +19,10 @@ data.initial_connection_pool_size:
data.max_active_connections:
data.server:
data.type:
event_processor.callback_api_event_delivery.enabled:
event_processor.client_domain_status_callback.enabled:
event_processor.context_path:
event_processor.port:
event_processor.queue.kafka.bootstrap_server:
event_processor.queue.kafka.event_type_to_topic.all:
event_processor.queue.kafka.event_type_to_topic.quote_created:
event_processor.queue.kafka.event_type_to_topic.transaction_created:
event_processor.queue.kafka.event_type_to_topic.transaction_error:
event_processor.queue.kafka.event_type_to_topic.transaction_status_updated:
event_processor.queue.type:
events.enabled:
events.event_type_to_queue.quote_created:
events.event_type_to_queue.transaction_created:
Expand Down

0 comments on commit ffd14b9

Please sign in to comment.