mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 18:46:01 +01:00
moved the imgur clientID to the server config file
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user