Update readme to account for multiple roots support.

This commit is contained in:
Knut Forkalsrud 2023-11-05 19:25:09 -08:00
parent 9fac9425ce
commit c46cd2e3fe

View file

@ -14,10 +14,15 @@
## Configuration ## Configuration
Create a file: `~/forkalsrud.org/photo.properties` and point the `base` property Create a file: `~/forkalsrud.org/photo.properties` and for each named "root"
to your photo folder: (`photo` in the example below), point the `base` property and `dbdir` properties
to the direcory holding the photos, and the diractory to be populated with
BerkelyDB files to your photo folder:
root.photo.base=/home/photo
root.photo.dbdir=/home/resin/web/db
Additionally, you may add a path to the ffmpeg program binary if needed.
base=/home/photo
dbdir=/home/resin/web/db
ffmpeg.path=/home/resin/bin/ffmpeg ffmpeg.path=/home/resin/bin/ffmpeg