moved the imgur clientID to the server config file

This commit is contained in:
Baris Soner Usakli
2013-07-31 15:33:36 -04:00
parent 59381ee1d3
commit 9f2838849e
2 changed files with 2 additions and 2 deletions

View File

@@ -322,8 +322,7 @@ var RDB = require('./redis.js'),
user.onNewPostMade(uid, tid, pid, timestamp);
var imgur = require('./imgur');
// move clientID to config
imgur.setClientID('09f3955fee9a0a6');
imgur.setClientID(global.nconf.get('imgurClientID'));
var uploadedImages = [];