blob: af59e852e48f09abc98a097dbabaf956e6dfaea4 (
plain)
1
2
3
4
5
6
7
8
|
exports.modelBackend = 'fs';
exports.Config = {
rootDir: 'slideshows' ,
templateFile: 'template.html',
descriptionFile: 'desc.js',
eventFile: 'events.js',
ignoreDotFiles: 'false'
};
|