diff options
Diffstat (limited to 'src/lib/config.source.sh')
| -rw-r--r-- | src/lib/config.source.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/config.source.sh b/src/lib/config.source.sh index 50c331a..c13e807 100644 --- a/src/lib/config.source.sh +++ b/src/lib/config.source.sh @@ -30,6 +30,9 @@ missing_config() { } apply_config_defaults() { + # Empty FAVICON means use the bundled default favicon; otherwise it is a path + # to a custom favicon file copied into the album as favicon.ico. + FAVICON="${FAVICON:-}" HEIGHT="${HEIGHT:-}" IMAGE_JOBS="${IMAGE_JOBS:-3}" IMAGEMAGICK_TIMEOUT="${IMAGEMAGICK_TIMEOUT:-60}" |
