WPTIN-15452 Rovo dev recommendations

This commit is contained in:
Glenn Stewart
2025-11-03 16:10:19 +11:00
parent 57ad066661
commit 7d8161e1da

View File

@@ -137,8 +137,8 @@
update plugin_setting set setting_value=regexp_replace(setting_value, %s, %s)
where namespace = '_GLOBAL' and setting_key = 'atlassian.confluence.settings';
positional_args:
- "\"baseUrl\":.*?,"
- "\"baseUrl\":\"{{ atl_tomcat_scheme }}://{{ atl_proxy_name }}{{ atl_tomcat_contextpath }}\","
- "\"baseUrl\":.*?(,|})"
- "\"baseUrl\":\"{{ atl_tomcat_scheme }}://{{ atl_proxy_name }}{{ atl_tomcat_contextpath }}\"\\1"
when: atl_product_version is version('10.1', '>=')
# For Confluence < 10.1 - use bandana table with XML format