Skip to content

Commit

Permalink
apigw toml template duplicate issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsancse authored and Savidude committed Sep 16, 2020
1 parent cb63dab commit dd47190
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,28 +72,13 @@ traffic_manager_urls=[{% for url in url_group['traffic_manager_urls'] %}"{{ url
traffic_manager_auth_urls=[{% for url in url_group['traffic_manager_auth_urls'] %}"{{ url }}"{%- if not loop.last -%},{% endif %}{% endfor %}]
{% endfor %}

[apim.analytics]
enable = "{{ analytics_enabled }}"
receiver_username = "{{ stream_processor_username }}"
receiver_password = "{{ stream_processor_password }}"
store_api_url = "{{ stream_processor_rest_api_url }}"
store_api_username = "{{ stream_processor_rest_api_username }}"
store_api_password = "{{ stream_processor_rest_api_password }}"

{% for url_group in analytics_url_group %}
[[apim.analytics.url_group]]
analytics_url =[{% for url in url_group['analytics_urls'] %}"{{ url }}"{%- if not loop.last -%},{% endif %}{% endfor %}]
analytics_auth_url =[{% for url in url_group['analytics_auth_urls'] %}"{{ url }}"{%- if not loop.last -%},{% endif %}{% endfor %}]
{% endfor %}

# Caches
[apim.cache.gateway_token]
enable = true
expiry_time = 15

[apim.cache.resource]
enable = true

[apim.cache.jwt_claim]
enable = true
expiry_time = 900
Expand Down

0 comments on commit dd47190

Please sign in to comment.