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

@@ -83,6 +83,7 @@ var async = require('async'),
server_conf.base_url = protocol + '//' + host;
server_conf.relative_path = relative_path;
server_conf.imgurClientID = '';
install.save(server_conf, client_conf, callback);
});