mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +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
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue