Skip to content

Commit

Permalink
remove unused json-line-protocal for digg and meetup. Remove modified…
Browse files Browse the repository at this point in the history
… config.js and add sample
  • Loading branch information
anthonyettinger committed Oct 18, 2011
1 parent 634db7c commit 34f370b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js → config.sample.js
@@ -1,7 +1,7 @@
var config = {};

config.port = 8080;
config.address = 'localhost';
config.address = '127.0.0.7';
config.twitter_username = process.env.TWITTER_USERNAME || 'my_username';
config.twitter_password = process.env.TWITTER_PASSWORD || 'my_password';

Expand Down

0 comments on commit 34f370b

Please sign in to comment.