summaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
authorBenjamin Kiessling <mittagessen@l.unchti.me>2011-10-24 01:36:27 +0200
committerBenjamin Kiessling <mittagessen@l.unchti.me>2011-10-24 01:36:27 +0200
commit3fd29331bf3342166f8d9fcb9173c7f40bc91b97 (patch)
tree6caf18d266a596daa99ce19d39b7789633dcff98 /config.js
parenta8bb0fe92506728f27f5c3ee5eede4838c5425d0 (diff)
refactor code
Diffstat (limited to 'config.js')
-rw-r--r--config.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.js b/config.js
new file mode 100644
index 0000000..7d691a2
--- /dev/null
+++ b/config.js
@@ -0,0 +1,8 @@
+exports.modelBackend = 'fs';
+exports.Config = {
+ dir: 'slideshows' ,
+ template: 'template.html',
+ description: 'desc',
+ events: 'events',
+ defaultSlides: 'default'
+};