fixing a small typo in the compose readme. (#3077)
* fixing a small typo in the compose readme. ClientId is repeated, should be client secret
This commit is contained in:
parent
ca45459402
commit
0d95c459da
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ Forwarding http://c834c33asdde.ngrok.io -> http://localhost:8080
|
||||||
``` bash
|
``` bash
|
||||||
DRONE_SERVER_PROXY_HOST=${DRONE_SERVER_PROXY_HOST} # taken from Ngrok
|
DRONE_SERVER_PROXY_HOST=${DRONE_SERVER_PROXY_HOST} # taken from Ngrok
|
||||||
DRONE_GITHUB_CLIENT_ID=${DRONE_GITHUB_CLIENT_ID} # taken from your Github oauth application
|
DRONE_GITHUB_CLIENT_ID=${DRONE_GITHUB_CLIENT_ID} # taken from your Github oauth application
|
||||||
DRONE_GITHUB_CLIENT_ID=${DRONE_GITHUB_CLIENT_ID} # taken from your Github oauth application
|
DRONE_GITHUB_CLIENT_SECRET=${DRONE_GITHUB_CLIENT_SECRET} # taken from your Github oauth application
|
||||||
```
|
```
|
||||||
|
|
||||||
NB for `DRONE_SERVER_PROXY_HOST` do not include http/https.
|
NB for `DRONE_SERVER_PROXY_HOST` do not include http/https.
|
||||||
|
|
Loading…
Reference in a new issue