|
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 |
|---|
| 5 | photovault.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 |
|---|
| 11 | photovault.conf.pv_test.dbname=pv_test |
|---|
| 12 | |
|---|
| 13 | # Volumes used for the photos |
|---|
| 14 | |
|---|
| 15 | # Default volume |
|---|
| 16 | photovault.conf.pv_test.defaultVolume=harriDefVolume |
|---|
| 17 | photovault.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 |
|---|
| 21 | photovault.conf.photovault.dbname=photovault |
|---|
| 22 | |
|---|
| 23 | # Volumes used for the photos |
|---|
| 24 | |
|---|
| 25 | # Default volume |
|---|
| 26 | photovault.conf.photovault.defaultVolume=harriDefVolume |
|---|
| 27 | photovault.conf.photovault.volumes.harriDefVolume.rootPath=/nonexistingvolume |
|---|