mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
docs(readme) Authorization: add links: secret.sh, secret.bat, config -> modules
This commit is contained in:
parent
509eab3bb5
commit
94f45b75f8
1 changed files with 3 additions and 4 deletions
|
|
@ -182,10 +182,9 @@ Authorization
|
|||
---------------
|
||||
Cloud Commander could authorize clients on GitHub via openID.
|
||||
All things that should be done is must be added **id** and **secret** of application
|
||||
from github settings page and added to **config.json** (id just) and env varible (secret)
|
||||
with names: *github_id*, *github_secret*, *dropbox_key*, *dropbox_secret* etc.
|
||||
For more information see **config.json** and **shell/seret.bat** *(on win32)*
|
||||
or **shell/secret.sh** *(on nix)*.
|
||||
from github settings page and added to [modules.json](json/modules.json) (id just) and env varible (secret)
|
||||
with names: *github_id*, *github_secret*, *dropbox_key*, *dropbox_secret* etc in
|
||||
[secret.bat](shell/secret.bat) *(on win32)* or [secret.sh](shell/secret.sh) *(on nix)*.
|
||||
|
||||
|
||||
Start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue