SCALE-33 Add atl_license_key support to template

This commit is contained in:
Kenny MacLeod 2020-09-06 20:32:51 +01:00
parent cdb5bb2d76
commit 10167db66d
No known key found for this signature in database
GPG Key ID: 963A7C10FA8A2962

View File

@ -64,5 +64,9 @@
{% endif %}
{% if atl_license_key is defined %}
<property name="atlassian.license.message">{{ atl_license_key }}</property>
{% endif %}
</properties>
</confluence-configuration>