mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
Merged in CONFSRVDEV-24831-upgrade-struts (pull request #181)
CONFSRVDEV-24831 Fix “struts.multipart.saveDir property has not been defined” Approved-by: Geoff Jacobs
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
<property name="confluence.database.choice">postgresql</property>
|
||||
<property name="confluence.database.connection.type">database-type-standard</property>
|
||||
<property name="hibernate.dialect">com.atlassian.confluence.impl.hibernate.dialect.PostgreSQLDialect</property>
|
||||
<property name="struts.multipart.saveDir">${localHome}/temp</property>
|
||||
<property name="webwork.multipart.saveDir">${localHome}/temp</property>
|
||||
<property name="attachments.dir">${confluenceHome}/attachments</property>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user