We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338d4d2 commit ed069e3Copy full SHA for ed069e3
1 file changed
roles/openaccess/templates/serverapplication.yml.j2
@@ -172,6 +172,13 @@ s3storage:
172
secret: {{ openconextaccess.s3_storage.secret }}
173
bucket: {{ openconextaccess.s3_storage.bucket }}
174
175
+statistics:
176
+ enabled: {{ openconextaccess.statistics.enabled }}
177
+ url: {{ openconextaccess.statistics.url }}
178
+ user: {{ openconextaccess.statistics.user }}
179
+ password: {{ openconextaccess.statistics.password }}
180
+
181
182
management:
183
health:
184
mail:
0 commit comments