summaryrefslogtreecommitdiff
path: root/config.js.example
diff options
context:
space:
mode:
authorBenjamin Kiessling <mittagessen@l.unchti.me>2012-03-02 23:34:04 +0100
committerBenjamin Kiessling <mittagessen@l.unchti.me>2012-03-02 23:34:04 +0100
commit68d2362666f7349636bc597e203e278e7b5d4a1a (patch)
treecc319f6753fd6f6eb9e306839ba8049bf8f33ff6 /config.js.example
parentd45d56dfebe29b55ee1ee00b2f31e371134bc8a5 (diff)
Add new logging module
Diffstat (limited to 'config.js.example')
-rw-r--r--config.js.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.js.example b/config.js.example
index 38c3cc6..99e61f3 100644
--- a/config.js.example
+++ b/config.js.example
@@ -6,6 +6,7 @@ exports.Config = {
templateFile: 'template.html',
descriptionFile: 'desc.js',
eventFile: 'events.js',
- ignoreDotFiles: 'false',
+ fetchInterval: 21600000,
+ logLevel: 'info',
port: 8080
};