From ffd14b9899883a758927956d098332f19702b0d4 Mon Sep 17 00:00:00 2001 From: Jamie Li Date: Tue, 27 Jun 2023 08:49:14 -0700 Subject: [PATCH] Take care of comments --- .../resources/config/anchor-config-default-values.yaml | 8 +++++++- .../main/resources/config/anchor-config-schema-v1.yaml | 10 +++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/platform/src/main/resources/config/anchor-config-default-values.yaml b/platform/src/main/resources/config/anchor-config-default-values.yaml index 3717a96047..ea345ec71e 100644 --- a/platform/src/main/resources/config/anchor-config-default-values.yaml +++ b/platform/src/main/resources/config/anchor-config-default-values.yaml @@ -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 diff --git a/platform/src/main/resources/config/anchor-config-schema-v1.yaml b/platform/src/main/resources/config/anchor-config-schema-v1.yaml index 0ce8dd33e1..0beb22ca2f 100644 --- a/platform/src/main/resources/config/anchor-config-schema-v1.yaml +++ b/platform/src/main/resources/config/anchor-config-schema-v1.yaml @@ -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: @@ -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: