root / conf / photovault.properties.template

Revision 142:4ff823f0d96a, 0.9 kB (checked in by Harri Kaimio <harri@…>, 7 years ago)

Property file mechanism for Photovault.

Line 
1# This is the main photovault configuration file
2#Copy this template to photovault.properties and edit to match your configuration
3
4# Configurations
5photovault.configNames = pv_test photovault
6
7# This is needed for each configuration
8
9# Database setup
10# Name of the database. This must match the jcd-alias field in OJB configuration
11photovault.conf.pv_test.dbname=pv_test
12
13# Volumes used for the photos
14
15# Default volume
16photovault.conf.pv_test.defaultVolume=harriDefVolume
17photovault.conf.pv_test.volumes.harriDefVolume.rootPath=/home/harri/projects/photovault/testdb
18
19# Database setup
20# Name of the database. This must match the jcd-alias field in OJB configuration
21photovault.conf.photovault.dbname=photovault
22
23# Volumes used for the photos
24
25# Default volume
26photovault.conf.photovault.defaultVolume=harriDefVolume
27photovault.conf.photovault.volumes.harriDefVolume.rootPath=/nonexistingvolume
Note: See TracBrowser for help on using the browser.