improve defaults
This commit is contained in:
parent
47f349d751
commit
477553a600
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user