Skip to content

Commit

Permalink
vault.properties fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rrowlands committed Apr 25, 2015
1 parent f4187eb commit 73865fd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://www.gnu.org/licenses/>.
#-------------------------------------------------------------------------------
include=common.properties

# Indicates whether this node logs transactions.
logTransactions=false

Expand Down Expand Up @@ -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 ##
Expand Down

0 comments on commit 73865fd

Please sign in to comment.