renamed config options ouath_client_id and oauth_client_secre to github_id and github_secret. Added dropbox_id option.

This commit is contained in:
coderaiser 2012-12-03 08:44:39 -05:00
parent a6ef735553
commit 72eebd2287
5 changed files with 19 additions and 16 deletions

View file

@ -7,8 +7,9 @@
"html" : false,
"img" : true
},
"oauth_client_id" : "891c251b925e4e967fa9",
"oauth_client_secret" : "afe9bed1e810c5dc44c4c2a953fc6efb1e5b0545",
"github_id" : "891c251b925e4e967fa9",
"github_secret" : "afe9bed1e810c5dc44c4c2a953fc6efb1e5b0545",
"dropbox_id" : "o7d6llji052vijk",
"show_keys_panel" : true,
"server" : true,
"logs" : false,