CLIP-1510: Add comment

This commit is contained in:
Adam Brokes 2022-07-06 15:08:25 +10:00
parent 1f4f33360a
commit 1070b8fac4
No known key found for this signature in database
GPG Key ID: D0853F559CE0213B

View File

@ -11,7 +11,7 @@
<property name="webwork.multipart.saveDir">${localHome}/temp</property>
<property name="attachments.dir">${confluenceHome}/attachments</property>
{# Confluence versions 7.13 and newer #}
{% if (confluence_version.split(".")[0] | int() == 7 and confluence_version.split(".")[1] | int() <= 13) or confluence_version.split(".")[0] | int() < 7 %}
{% set db_pool_variable = "c3p0" %}
{% else %}