diff --git a/geodashboard-web/src/main/resources/runwaysdk/server.properties b/geodashboard-web/src/main/resources/runwaysdk/server.properties index 1ea218344..3b2796209 100755 --- a/geodashboard-web/src/main/resources/runwaysdk/server.properties +++ b/geodashboard-web/src/main/resources/runwaysdk/server.properties @@ -16,6 +16,8 @@ # You should have received a copy of the GNU Lesser General Public # License along with Runway SDK(tm). If not, see . #------------------------------------------------------------------------------- +include=common.properties + # Indicates whether this node logs transactions. logTransactions=false @@ -92,7 +94,7 @@ database.connection.max=15 ###################### # Mapping between the name of the vault and its location on the filesystem. # The 'default' vault is used for any vault without a name as well as a vault with the name of 'default' -vault.default=${project.basedir}/vault/ +vault.default=${deploy.path}/vault/ ###################### ## EMAIL PROPERTIES ##