improve defaults

This commit is contained in:
matth@ultra 2024-09-01 18:40:17 +02:00
parent 47f349d751
commit 477553a600

View File

@ -2,11 +2,12 @@
// CONFIGURATION
// Absolute path to the directory containing all image directories as well as the staging directory
// All other paths (in the user interface) are relative to $rootDir
$rootDir = __DIR__ . '/../test/';
// All paths require trailing slashes!
$rootDir = __DIR__ . '/../images/';
// The URI at which the rootDir will be served
$rootPath = '/test/';
$rootPath = '/images/';
// Path of the directory containing all the files to be sorted, relative to $rootDir
$stagingDirName = 'staging/';
$stagingDirName = '.sort/';
// Not configuration anymore!