Skip to content

Commit

Permalink
fixes #2072 update the rule-loader.yml to fix a typo (#2073)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu authored Jan 11, 2024
1 parent b27086a commit a5266e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rule-loader/src/main/resources/config/rule-loader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ portalToken: ${portal.authorization:}
# a rules.yml must be in the externalized folder to load rules from it. The config-folder option should
# only be used for local testing or the light-portal is not implemented in the organization and cloud
# light-portal is not allowed due to security policy or blocked.
ruleSource: ${rule-Loader.ruleSource:light-portal}
ruleSource: ${rule-loader.ruleSource:light-portal}
# When ruleSource is config-folder, then we can load the endpoint to rules mapping here instead of portal
# service details. Each endpoint will have a list of rules and the type of the rules.
endpointRules: ${rule-loader.endpointRules:}

0 comments on commit a5266e8

Please sign in to comment.