blob: 99e61f31cfe39b8122d92b704ec057681a6223be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
exports.modelBackend = 'fs';
exports.Config = {
rootDir: 'slideshows' ,
templateEngine: 'swig',
listTemplate: 'index.html',
templateFile: 'template.html',
descriptionFile: 'desc.js',
eventFile: 'events.js',
fetchInterval: 21600000,
logLevel: 'info',
port: 8080
};
|