mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
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:
parent
a6ef735553
commit
72eebd2287
5 changed files with 19 additions and 16 deletions
|
|
@ -101,11 +101,11 @@
|
|||
lResult = {info: 'Cloud Commander API v1'};
|
||||
break;
|
||||
|
||||
case 'client_id':
|
||||
case 'github_id':
|
||||
var lEnv = process.env,
|
||||
lConfig = main.config;
|
||||
|
||||
lResult = lEnv.oauth_client_id || lConfig.oauth_client_id;
|
||||
lResult = lEnv.github_id || lConfig.github_id;
|
||||
break;
|
||||
|
||||
case 'kill':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue