From ffed39d1bdf479b151da24f5e649878739068bbd Mon Sep 17 00:00:00 2001 From: chgl Date: Thu, 20 May 2021 13:52:56 +0200 Subject: [PATCH] Fixed indentation error in application.yaml --- src/main/resources/application.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index c2f6ba2..ea9bfa3 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -84,11 +84,11 @@ hapi: # partitioning: # allow_references_across_partitions: false # partitioning_include_in_search_hashes: false - cors: - allow_Credentials: true - # These are allowed_origin patterns, see: https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/cors/CorsConfiguration.html#setAllowedOriginPatterns-java.util.List- - allowed_origin: - - '*' + cors: + allow_Credentials: true + # These are allowed_origin patterns, see: https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/cors/CorsConfiguration.html#setAllowedOriginPatterns-java.util.List- + allowed_origin: + - '*' # Search coordinator thread pool sizes search-coord-core-pool-size: 20