tweetcast/server-nodejs/conf.js
changeset 535 8276f3ff7a3f
parent 534 0a2505c3b547
child 536 5dd170a735e9
--- a/tweetcast/server-nodejs/conf.js	Mon Mar 05 18:41:11 2012 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-/* CONFIGURATION FILE USED BY BOTH CLIENT AND SERVER */
-
-RECORD_NEW_TWEETS = false;
-STANDALONE_APP = true;
-
-var app_port = 8000,
-    tracking_keywords = [ "sarkozy" ],
-    annotations = {
-        "default" : {
-            "colors" : {
-                "tweet" : "#ffffff",
-                "timeline" : "#585858"
-            }
-        },
-        "positive" : {
-            "keywords" : [ /\+\+/ ],
-            "colors" : {
-                "tweet" : "#c5e7cd",
-                "timeline" : "#1D973D"
-            }
-        },
-        "negative" : {
-            "keywords" : [ /\-\-/ ],
-            "colors" : {
-                "tweet" : "#f6ced0",
-                "timeline" : "#CE0A15"
-            }
-        },
-        "reference" : {
-            "keywords" : [ /\=\=/ ],
-            "colors" : {
-                "tweet" : "#ecedc1",
-                "timeline" : "#C5A62D"
-            }
-        },
-        "question" : {
-            "keywords" : [ /\?\?/ ],
-            "colors" : {
-                "tweet" : "#bfdbec",
-                "timeline" : "#036AAE"
-            }
-        }
-    }
\ No newline at end of file