Merge pull request #236 from chgl/fix-yaml-indentation-error

Fixed indentation error in application.yaml
This commit is contained in:
James Agnew
2021-05-20 11:23:26 -04:00
committed by GitHub

View File

@@ -84,11 +84,11 @@ hapi:
# partitioning: # partitioning:
# allow_references_across_partitions: false # allow_references_across_partitions: false
# partitioning_include_in_search_hashes: false # partitioning_include_in_search_hashes: false
cors: cors:
allow_Credentials: true 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- # 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: allowed_origin:
- '*' - '*'
# Search coordinator thread pool sizes # Search coordinator thread pool sizes
search-coord-core-pool-size: 20 search-coord-core-pool-size: 20