diff options
Diffstat (limited to 'config.js')
-rw-r--r-- | config.js | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,8 +1,10 @@ exports.modelBackend = 'fs'; exports.Config = { rootDir: 'slideshows' , + listTemplate: 'index.html', templateFile: 'template.html', descriptionFile: 'desc.js', eventFile: 'events.js', - ignoreDotFiles: 'false' + ignoreDotFiles: 'false', + port: 8080 }; |