We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6233d9 commit 3593f89Copy full SHA for 3593f89
1 file changed
horizon/static/templates/config.yaml.template
@@ -1,12 +1,12 @@
1
services:
2
permit_io:
3
url: {{ cloud_service_url }}
4
- {% if bearer_token is defined %}
+ {% if bearer_token %}
5
credentials:
6
bearer:
7
token: "{{ bearer_token }}"
8
{% endif %}
9
-
+{% if decision_logs_enabled %}
10
decision_logs:
11
{% if log_to_console %}
12
console: true
@@ -17,6 +17,7 @@ decision_logs:
17
min_delay_seconds: {{ min_delay_seconds }}
18
max_delay_seconds: {{ max_delay_seconds }}
19
upload_size_limit_bytes: {{ upload_size_limit_bytes }}
20
+{% endif %}
21
22
{% if plugins %}
23
plugins:
0 commit comments