Skip to content

Commit

Permalink
Merge pull request #57 from karthik-tarento/patch-29
Browse files Browse the repository at this point in the history
Remove empty lines and added one where required
  • Loading branch information
gohilamariappan authored Sep 9, 2022
2 parents ced275d + 072c84a commit f41a492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ analytics_url: "http://pm-analytics-service:8091"
registry_service_url: "http://registry-service:8081"
forms_service_url: "http://form-service:8099"
profanity-moderator-admin-service: "http://profanity-moderator-admin-service:4000"

premium_consumer_rate_limits:
- api: createContent
config.hour: "{{ premium_consumer_small_rate_limit_per_hour }}"
Expand Down Expand Up @@ -8194,7 +8195,6 @@ kong_apis:
- name: request-size-limiting
config.allowed_payload_size: "{{ small_request_size_limit }}"


- name: assessmentSubmitV3
uris: "/v3/user/assessment/submit"
upstream_url: "{{ sb_cb_ext_service_url }}/v3/user/assessment/submit"
Expand Down

0 comments on commit f41a492

Please sign in to comment.